Class NonQueryJinqStream.IteratorTee<T>

  • Enclosing class:
    NonQueryJinqStream<T>

    public static class NonQueryJinqStream.IteratorTee<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IteratorTee​(java.util.stream.Stream<T> inputStream, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<T> createIterator​(int idx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IteratorTee

        public IteratorTee​(java.util.stream.Stream<T> inputStream,
                           int size)
    • Method Detail

      • createIterator

        public java.util.Iterator<T> createIterator​(int idx)