Class AbstractInputCheckedMapDecorator.EntrySetIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.util.Map.Entry<K,​V>>
    Enclosing class:
    AbstractInputCheckedMapDecorator<K,​V>

    private class AbstractInputCheckedMapDecorator.EntrySetIterator
    extends AbstractIteratorDecorator<java.util.Map.Entry<K,​V>>
    Implementation of an entry set iterator that checks additions via setValue.