java.util.Iteratorprotected class InsertionOrderedMap.ValueIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field | Description |
|---|---|---|
private int |
m_index |
| Modifier | Constructor | Description |
|---|---|---|
protected |
ValueIterator() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
java.lang.Object |
next() |
|
void |
remove() |