|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuka.util.IntSequence
This is an abstract superclass for immutable iterators over collections of int values.
IntIterator| Field Summary | |
static IntIterator |
EMPTY
|
| Constructor Summary | |
IntSequence()
|
|
| Method Summary | |
static IntSequence |
create(int start,
int stop)
Creates a new IntSequence of values from start
inclusive to stop exclusive. |
void |
remove()
Removes the last int 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.IntIterator |
hasNext, next |
| Field Detail |
public static final IntIterator EMPTY
| Constructor Detail |
public IntSequence()
| Method Detail |
public final void remove()
IntIterator
remove in interface IntIteratorUnsupportedOperationExceptionIntIterator.remove()
public static IntSequence create(int start,
int stop)
start
inclusive to stop exclusive.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||