Class UnsortedInputIterator

    • Field Detail

      • ords

        private final int[] ords
      • currentOrd

        private int currentOrd
    • Constructor Detail

      • UnsortedInputIterator

        public UnsortedInputIterator​(InputIterator source)
                              throws java.io.IOException
        Creates a new iterator, wrapping the specified iterator and returning elements in a random order.
        Throws:
        java.io.IOException