|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuka.util.Sequence
This is an abstract superclass for immutable iterators over collections of Object values.
Iterator| Field Summary | |
static Iterator |
EMPTY
|
| Constructor Summary | |
Sequence()
|
|
| Method Summary | |
void |
remove()
Removes the last Object value returned from the underlying collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface uka.util.Iterator |
hasNext, next |
| Field Detail |
public static final Iterator EMPTY
| Constructor Detail |
public Sequence()
| Method Detail |
public final void remove()
Iterator
remove in interface IteratorUnsupportedOperationExceptionIterator.remove()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||