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