Package org.jpmml.evaluator
Class TableSpliterator
- java.lang.Object
-
- org.jpmml.evaluator.TableSpliterator
-
-
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 TableSpliterator(Table table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcharacteristics()longestimateSize()voidforEachRemaining(java.util.function.Consumer<? super Table.Row> action)TablegetTable()TableSpliteratorinit()TableSpliteratorinit(int origin, int fence)booleantryAdvance(java.util.function.Consumer<? super Table.Row> action)TableSpliteratortrySplit()
-
-
-
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 interfacejava.util.Spliterator<Table.Row>
-
estimateSize
public long estimateSize()
- Specified by:
estimateSizein interfacejava.util.Spliterator<Table.Row>
-
tryAdvance
public boolean tryAdvance(java.util.function.Consumer<? super Table.Row> action)
- Specified by:
tryAdvancein interfacejava.util.Spliterator<Table.Row>
-
forEachRemaining
public void forEachRemaining(java.util.function.Consumer<? super Table.Row> action)
- Specified by:
forEachRemainingin interfacejava.util.Spliterator<Table.Row>
-
trySplit
public TableSpliterator trySplit()
- Specified by:
trySplitin interfacejava.util.Spliterator<Table.Row>
-
getTable
public Table getTable()
-
-