public class BufferedIterator<T> extends Object implements Iterator<T>
Constructor and Description |
---|
BufferedIterator() |
Modifier and Type | Method and Description |
---|---|
void |
add(List<T> entry) |
void |
add(T entry) |
boolean |
hasNext() |
void |
isDone() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void add(T entry)
public void isDone()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.