|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.util.collection.map.ConstVectorMap.ConstIterator
private class ConstVectorMap.ConstIterator
| Field Summary | |
|---|---|
private int |
index
|
private ConstMapIterator |
iterator
|
| Constructor Summary | |
|---|---|
ConstVectorMap.ConstIterator()
|
|
| Method Summary | |
|---|---|
private void |
advance()
|
boolean |
atEntry()
Returns true if the iterator points to an entry in the map. |
java.lang.Object |
getKey()
Returns the key at the current map entry. |
java.lang.Object |
getValue()
Returns the value at the current map entry. |
void |
next()
Advance the iterator to the next entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int index
private ConstMapIterator iterator
| Constructor Detail |
|---|
ConstVectorMap.ConstIterator()
| Method Detail |
|---|
public java.lang.Object getKey()
ConstMapIterator
getKey in interface ConstMapIteratorpublic java.lang.Object getValue()
ConstMapIterator
getValue in interface ConstMapIteratorpublic void next()
ConstMapIterator
next in interface ConstMapIteratorpublic boolean atEntry()
ConstMapIterator
atEntry in interface ConstMapIteratorprivate void advance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||