abstract class AbstractEmptyIterator<E>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractEmptyIterator()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(E obj) |
boolean |
hasNext() |
boolean |
hasPrevious() |
E |
next() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
remove() |
void |
reset() |
void |
set(E obj) |
public boolean hasNext()
public E next()
public boolean hasPrevious()
public E previous()
public int nextIndex()
public int previousIndex()
public void add(E obj)
public void set(E obj)
public void remove()
public void reset()