Class AbstractInputCheckedMapDecorator.EntrySet

All Implemented Interfaces:
Serializable, Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
AbstractInputCheckedMapDecorator<K,V>

private class AbstractInputCheckedMapDecorator.EntrySet extends AbstractSetDecorator<Map.Entry<K,V>>
Implementation of an entry set that checks additions via setValue.