net.infonode.util.collection.map

Class MapAdapter.Iterator

private static class MapAdapter.Iterator extends Object implements MapIterator

Method Summary
booleanatEntry()
ObjectgetKey()
ObjectgetValue()
voidnext()
voidremove()

Method Detail

atEntry

public boolean atEntry()

getKey

public Object getKey()

getValue

public Object getValue()

next

public void next()

remove

public void remove()