Iterator<T>
SelectIterator(Iterable, Predicate)
with DropIterablePredicate(int)
as a predicate instead.@Immutable @Deprecated public final class DropIterator<T> extends Object implements Iterator<T>
Constructor | Description |
---|---|
DropIterator(Iterable<T> iterable,
int count) |
Deprecated.
|
DropIterator(Iterator<T> iterator,
int count) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
Deprecated.
|
T |
next() |
Deprecated.
|
void |
remove() |
Deprecated.
|
forEachRemaining
Copyright © 2004–2017. All rights reserved.