Class IndexedBitMaskSplitty
- java.lang.Object
-
- org.processmining.specpp.datastructures.vectorization.spliteration.AbstractBitMaskSplitty<IndexedItem<java.nio.IntBuffer>>
-
- org.processmining.specpp.datastructures.vectorization.spliteration.IndexedBitMaskSplitty
-
- All Implemented Interfaces:
java.util.Spliterator<IndexedItem<java.nio.IntBuffer>>
public class IndexedBitMaskSplitty extends AbstractBitMaskSplitty<IndexedItem<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 IndexedBitMaskSplitty(IntVectorStorage ivs, BitMask bitMask, int startIndex, int limit, java.util.function.IntUnaryOperator outsideMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IndexedItem<java.nio.IntBuffer>make(int index)protected AbstractBitMaskSplitty<IndexedItem<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
-
IndexedBitMaskSplitty
public IndexedBitMaskSplitty(IntVectorStorage ivs, BitMask bitMask, int startIndex, int limit, java.util.function.IntUnaryOperator outsideMapper)
-
-
Method Detail
-
make
protected IndexedItem<java.nio.IntBuffer> make(int index)
- Specified by:
makein classAbstractBitMaskSplitty<IndexedItem<java.nio.IntBuffer>>
-
makePrefix
protected AbstractBitMaskSplitty<IndexedItem<java.nio.IntBuffer>> makePrefix(int oldStart, int half)
- Specified by:
makePrefixin classAbstractBitMaskSplitty<IndexedItem<java.nio.IntBuffer>>
-
-