|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.util.collection.notifymap.ChangeNotifyMapWrapper.Iterator
private class ChangeNotifyMapWrapper.Iterator
Field Summary | |
---|---|
private MapIterator |
iterator
|
Constructor Summary | |
---|---|
ChangeNotifyMapWrapper.Iterator(MapIterator iterator)
|
Method Summary | |
---|---|
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. |
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private MapIterator iterator
Constructor Detail |
---|
public ChangeNotifyMapWrapper.Iterator(MapIterator iterator)
Method Detail |
---|
public void remove()
remove
in interface MapIterator
public java.lang.Object getKey()
ConstMapIterator
getKey
in interface ConstMapIterator
public java.lang.Object getValue()
ConstMapIterator
getValue
in interface ConstMapIterator
public void next()
ConstMapIterator
next
in interface ConstMapIterator
public boolean atEntry()
ConstMapIterator
atEntry
in interface ConstMapIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |