| Constructor and Description |
|---|
FreeArrayIterator(FreeArray<T> array) |
FreeArrayIterator(FreeArray<T> array,
boolean allowRemove) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
FreeArray.FreeArrayIterator<T> |
iterator() |
T |
next() |
void |
remove() |
void |
reset() |
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>public void reset()
public FreeArray.FreeArrayIterator<T> iterator()
iterator in interface java.lang.Iterable<T>