|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--anvil.core.util.ArrayIterator
class ArrayIterator
| Field Summary |
| Fields inherited from interface anvil.java.util.BindingIterator |
EMPTY |
| Constructor Summary | |
ArrayIterator(java.lang.Object[] array)
|
|
| Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
|
java.lang.Object |
nextKey()
Note: this method should not move the iterator to next element. |
void |
remove()
|
| 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)
| Method Detail |
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object nextKey()
BindingIterator
nextKey in interface BindingIteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||