Class PairSpliterator<T,​S extends java.util.Spliterator<T>,​R,​SS extends PairSpliterator<T,​S,​R,​SS>>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  PairSpliterator.PSOfDouble  
      (package private) static class  PairSpliterator.PSOfInt  
      (package private) static class  PairSpliterator.PSOfLong  
      (package private) static class  PairSpliterator.PSOfRef<T,​R>  
      (package private) static class  PairSpliterator.Sink<T>  
      • Nested classes/interfaces inherited from interface java.util.Spliterator

        java.util.Spliterator.OfDouble, java.util.Spliterator.OfInt, java.util.Spliterator.OfLong, java.util.Spliterator.OfPrimitive<T extends java.lang.Object,​T_CONS extends java.lang.Object,​T_SPLITR extends java.util.Spliterator.OfPrimitive<T,​T_CONS,​T_SPLITR>>
    • Constructor Summary

      Constructors 
      Constructor Description
      PairSpliterator​(S source, int mode, T headTail)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int characteristics()  
      long estimateSize()  
      (package private) void finish​(java.util.function.BiConsumer<T,​T> fn, T cur)  
      SS trySplit()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Spliterator

        forEachRemaining, getComparator, getExactSizeIfKnown, hasCharacteristics, tryAdvance