public class VitamReaderSpliterator extends Object implements Spliterator<String>
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 |
---|
VitamReaderSpliterator(BufferedReader reader)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
characteristics() |
long |
estimateSize() |
boolean |
tryAdvance(Consumer<? super String> action) |
Spliterator<String> |
trySplit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, getComparator, getExactSizeIfKnown, hasCharacteristics
public VitamReaderSpliterator(BufferedReader reader)
reader
- public boolean tryAdvance(Consumer<? super String> action)
tryAdvance
in interface Spliterator<String>
public Spliterator<String> trySplit()
trySplit
in interface Spliterator<String>
public long estimateSize()
estimateSize
in interface Spliterator<String>
public int characteristics()
characteristics
in interface Spliterator<String>
Copyright © 2018 Vitam. All rights reserved.