Class PairTest


  • public class PairTest
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Constructor Detail

      • PairTest

        public PairTest()
    • 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()