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