Package it.tidalwave.util
Class PairTest
- java.lang.Object
-
- it.tidalwave.util.PairTest
-
public class PairTest extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description PairTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test_collector_to_map()
void
test_indexedPairStream__from_array_with_index_transformer()
void
test_indexedPairStream__from_list_as_iterable_with_index_transformer()
void
test_indexedPairStream__from_stream_with_index_transformer()
void
test_indexedPairStream_from_array()
void
test_indexedPairStream_from_array_and_rebaser()
void
test_indexedPairStream_from_list_as_iterable()
void
test_indexedPairStream_from_list_as_iterable_and_rebaser()
void
test_indexedPairStream_from_stream()
void
test_indexedPairStream_from_stream_and_rebaser()
void
test_indexedPairStream_with_range_and_supplier()
void
test_indexedPairStream_with_range_and_supplier_and_index_transformer()
void
test_indexedPairStream_with_range_and_supplier_and_rebaser()
void
test_Pair()
void
test_pairRange()
void
test_pairRangeClosed()
void
test_pairStream()
void
testDoubleNestedLoops()
void
zipPairTest1()
-
-
-
Method Detail
-
test_Pair
public void test_Pair()
-
test_pairRange
public void test_pairRange()
-
test_pairRangeClosed
public void test_pairRangeClosed()
-
testDoubleNestedLoops
public void testDoubleNestedLoops()
-
test_indexedPairStream_from_array
public void test_indexedPairStream_from_array()
-
test_indexedPairStream_from_array_and_rebaser
public void test_indexedPairStream_from_array_and_rebaser()
-
test_indexedPairStream__from_array_with_index_transformer
public void test_indexedPairStream__from_array_with_index_transformer()
-
test_indexedPairStream_from_list_as_iterable
public void test_indexedPairStream_from_list_as_iterable()
-
test_indexedPairStream_from_list_as_iterable_and_rebaser
public void test_indexedPairStream_from_list_as_iterable_and_rebaser()
-
test_indexedPairStream__from_list_as_iterable_with_index_transformer
public void test_indexedPairStream__from_list_as_iterable_with_index_transformer()
-
test_indexedPairStream_from_stream
public void test_indexedPairStream_from_stream()
-
test_indexedPairStream_from_stream_and_rebaser
public void test_indexedPairStream_from_stream_and_rebaser()
-
test_indexedPairStream__from_stream_with_index_transformer
public void test_indexedPairStream__from_stream_with_index_transformer()
-
test_indexedPairStream_with_range_and_supplier
public void test_indexedPairStream_with_range_and_supplier()
-
test_indexedPairStream_with_range_and_supplier_and_rebaser
public void test_indexedPairStream_with_range_and_supplier_and_rebaser()
-
test_indexedPairStream_with_range_and_supplier_and_index_transformer
public void test_indexedPairStream_with_range_and_supplier_and_index_transformer()
-
test_collector_to_map
public void test_collector_to_map()
-
test_pairStream
public void test_pairStream()
-
zipPairTest1
public void zipPairTest1()
-
-