Interface MapIterator

All Superinterfaces:
ConstMapIterator
All Known Implementing Classes:
EmptyIterator

public interface MapIterator extends ConstMapIterator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface net.infonode.util.collection.map.base.ConstMapIterator

    atEntry, getKey, getValue, next
  • Method Details

    • remove

      void remove()