Interface MapIterator
-
- All Superinterfaces:
ConstMapIterator
- All Known Implementing Classes:
EmptyIterator
public interface MapIterator extends ConstMapIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
remove()
-
Methods inherited from interface net.infonode.util.collection.map.base.ConstMapIterator
atEntry, getKey, getValue, next
-
-