Package org.jpmml.evaluator
Class TableSpliterator
- java.lang.Object
-
- org.jpmml.evaluator.TableSpliterator
-
- All Implemented Interfaces:
Spliterator<Table.Row>
@IgnoreJRERequirement public class TableSpliterator extends Object implements Spliterator<Table.Row>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T extends Object,T_CONS extends Object,T_SPLITR extends 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 TableSpliterator(Table table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcharacteristics()longestimateSize()voidforEachRemaining(Consumer<? super Table.Row> action)TablegetTable()TableSpliteratorinit()TableSpliteratorinit(int origin, int fence)booleantryAdvance(Consumer<? super Table.Row> action)TableSpliteratortrySplit()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Spliterator
getComparator, getExactSizeIfKnown, hasCharacteristics
-
-
-
-
Constructor Detail
-
TableSpliterator
public TableSpliterator(Table table)
-
-
Method Detail
-
init
public TableSpliterator init()
-
init
public TableSpliterator init(int origin, int fence)
-
characteristics
public int characteristics()
- Specified by:
characteristicsin interfaceSpliterator<Table.Row>
-
estimateSize
public long estimateSize()
- Specified by:
estimateSizein interfaceSpliterator<Table.Row>
-
tryAdvance
public boolean tryAdvance(Consumer<? super Table.Row> action)
- Specified by:
tryAdvancein interfaceSpliterator<Table.Row>
-
forEachRemaining
public void forEachRemaining(Consumer<? super Table.Row> action)
- Specified by:
forEachRemainingin interfaceSpliterator<Table.Row>
-
trySplit
public TableSpliterator trySplit()
- Specified by:
trySplitin interfaceSpliterator<Table.Row>
-
getTable
public Table getTable()
-
-