net.infonode.util.collection.map.base
Interface MapIterator

All Superinterfaces:
ConstMapIterator
All Known Implementing Classes:
ChangeNotifyMapWrapper.Iterator, EmptyIterator, MapAdapter.Iterator

public interface MapIterator
extends ConstMapIterator


Method Summary
 void remove()
           
 
Methods inherited from interface net.infonode.util.collection.map.base.ConstMapIterator
atEntry, getKey, getValue, next
 

Method Detail

remove

void remove()