public class SheetSpliterator<T> extends Object implements Spliterator<T>
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>>CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED| Constructor and Description |
|---|
SheetSpliterator(StaticSheetMapper<T> mapper,
int startRow,
org.apache.poi.ss.usermodel.Sheet sheet,
org.simpleflatmapper.map.MappingContext<? super org.apache.poi.ss.usermodel.Row> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
int |
characteristics() |
long |
estimateSize() |
void |
forEachRemaining(Consumer<? super T> action) |
boolean |
tryAdvance(Consumer<? super T> action) |
Spliterator<T> |
trySplit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComparator, getExactSizeIfKnown, hasCharacteristicspublic SheetSpliterator(StaticSheetMapper<T> mapper, int startRow, org.apache.poi.ss.usermodel.Sheet sheet, org.simpleflatmapper.map.MappingContext<? super org.apache.poi.ss.usermodel.Row> mappingContext)
public void forEachRemaining(Consumer<? super T> action)
forEachRemaining in interface Spliterator<T>public boolean tryAdvance(Consumer<? super T> action)
tryAdvance in interface Spliterator<T>public Spliterator<T> trySplit()
trySplit in interface Spliterator<T>public long estimateSize()
estimateSize in interface Spliterator<T>public int characteristics()
characteristics in interface Spliterator<T>Copyright © 2017. All rights reserved.