protected class Array2DHashSet.SetIterator
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) T[] |
data |
(package private) int |
nextIndex |
(package private) boolean |
removed |
| Constructor and Description |
|---|
SetIterator(T[] data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |