java.util.Iterator<T>SelectIterator(Iterable, Predicate) with DropIterablePredicate(int) as a predicate instead.@Deprecated
public final class DropIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| 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.
|
public DropIterator(java.lang.Iterable<T> iterable, int count)
public DropIterator(java.util.Iterator<T> iterator, int count)
Copyright © 2004–2017. All rights reserved.