Class PrefixOps<T,​S extends java.util.Spliterator<T>>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  PrefixOps.OfDouble  
      (package private) static class  PrefixOps.OfInt  
      (package private) static class  PrefixOps.OfLong  
      (package private) static class  PrefixOps.OfRef<T>  
      (package private) static class  PrefixOps.OfUnordInt  
      (package private) static class  PrefixOps.OfUnordLong  
      (package private) static class  PrefixOps.OfUnordRef<T>  
      (package private) static class  PrefixOps.PrefixBuffer  
      • Nested classes/interfaces inherited from interface java.util.Spliterator

        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>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int BUF_SIZE  
      (package private) int idx  
      (package private) S source  
      • Fields inherited from interface java.util.Spliterator

        CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED
    • Constructor Summary

      Constructors 
      Constructor Description
      PrefixOps​(S source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int characteristics()  
      long estimateSize()  
      • 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, trySplit
    • Field Detail

      • source

        S extends java.util.Spliterator<T> source
      • idx

        int idx
    • Constructor Detail

      • PrefixOps

        PrefixOps​(S source)
    • Method Detail

      • estimateSize

        public long estimateSize()
      • characteristics

        public int characteristics()