| Constructor and Description |
|---|
TakeIterator(Iterable<T> iterable,
int count) |
TakeIterator(Iterator<T> iterator,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2004–2022. All rights reserved.