public class ObjDropWhile<T> extends LsaExtIterator<T>
hasNext, isInit, next| Constructor and Description |
|---|
ObjDropWhile(java.util.Iterator<? extends T> iterator,
Predicate<? super T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
nextIteration() |
hasNext, next, removeprotected void nextIteration()
nextIteration in class LsaExtIterator<T>