Class BitMaskSplitty
- java.lang.Object
-
- org.processmining.specpp.datastructures.vectorization.spliteration.AbstractBitMaskSplitty<java.nio.IntBuffer>
-
- org.processmining.specpp.datastructures.vectorization.spliteration.BitMaskSplitty
-
- All Implemented Interfaces:
java.util.Spliterator<java.nio.IntBuffer>
public class BitMaskSplitty extends AbstractBitMaskSplitty<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>>
-
-
Constructor Summary
Constructors Constructor Description BitMaskSplitty(IntVectorStorage ivs, BitMask bitMask, int startIndex, int limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.nio.IntBuffermake(int index)protected AbstractBitMaskSplitty<java.nio.IntBuffer>makePrefix(int oldStart, int half)-
Methods inherited from class org.processmining.specpp.datastructures.vectorization.spliteration.AbstractBitMaskSplitty
characteristics, estimateSize, forward, tryAdvance, trySplit
-
-
-
-
Constructor Detail
-
BitMaskSplitty
public BitMaskSplitty(IntVectorStorage ivs, BitMask bitMask, int startIndex, int limit)
-
-
Method Detail
-
make
protected java.nio.IntBuffer make(int index)
- Specified by:
makein classAbstractBitMaskSplitty<java.nio.IntBuffer>
-
makePrefix
protected AbstractBitMaskSplitty<java.nio.IntBuffer> makePrefix(int oldStart, int half)
- Specified by:
makePrefixin classAbstractBitMaskSplitty<java.nio.IntBuffer>
-
-