Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<K> |
iterator() |
K |
next() |
void |
remove() |
void |
reset() |
Array<K> |
toArray() |
Array<K> |
toArray(Array array) |
public boolean hasNext()
hasNext
in interface java.util.Iterator<K>
public java.util.Iterator<K> iterator()
iterator
in interface java.lang.Iterable<K>
public void remove()
remove
in interface java.util.Iterator<K>
public void reset()