Class Splitty

  • All Implemented Interfaces:
    java.util.Spliterator<java.nio.IntBuffer>

    public class Splitty
    extends AbstractSplitty<java.nio.IntBuffer>
    • Nested Class Summary

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

      • Fields inherited from interface java.util.Spliterator

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

      Constructors 
      Constructor Description
      Splitty​(IntVectorStorage intVectorStorage, int startVectorIndex, int fenceVectorIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.nio.IntBuffer make​(int index)  
      protected AbstractSplitty<java.nio.IntBuffer> makePrefix​(int low, int mid)  
      • 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
    • Constructor Detail

      • Splitty

        public Splitty​(IntVectorStorage intVectorStorage,
                       int startVectorIndex,
                       int fenceVectorIndex)