public class ForEachIteratorSpliterator<T> extends Object
| Constructor and Description |
|---|
ForEachIteratorSpliterator(ForEachIterator<T> iterator) |
| Modifier and Type | Method and Description |
|---|---|
int |
characteristics() |
long |
estimateSize() |
void |
forEachRemaining( |
boolean |
tryAdvance( |
|
trySplit() |
public ForEachIteratorSpliterator(ForEachIterator<T> iterator)
Copyright © 2015. All rights reserved.