SelectIterator.SelectIterator(Iterable, Predicate) with DropIterablePredicate.DropIterablePredicate(int) as a predicate instead.@Deprecated public final class DropIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
DropIterator(Iterable<T> iterable,
int count)
Deprecated.
|
DropIterator(Iterator<T> iterator,
int count)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
|
T |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2004–2022. All rights reserved.