|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.tools.ArrayIterator
ArrayListIterator.
@Deprecated public class ArrayIterator
This class implements an iterator which iterates over all the values in an array.
| Constructor Summary | |
|---|---|
ArrayIterator(java.lang.Object[] array)
Deprecated. Constructs a new array iterator to iterate over all the values in the specified array. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Deprecated. |
java.lang.Object |
next()
Deprecated. |
void |
remove()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayIterator(java.lang.Object[] array)
array - the array to iterate over| Method Detail |
|---|
public void remove()
remove in interface java.util.IteratorIterator.remove()public boolean hasNext()
hasNext in interface java.util.IteratorIterator.hasNext()public java.lang.Object next()
next in interface java.util.IteratorIterator.next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||