Class AbstractObject2CharMap.BasicEntrySet<K>

All Implemented Interfaces:
ObjectCollection<Object2CharMap.Entry<K>>, ObjectIterable<Object2CharMap.Entry<K>>, ObjectSet<Object2CharMap.Entry<K>>, Cloneable, Iterable<Object2CharMap.Entry<K>>, Collection<Object2CharMap.Entry<K>>, Set<Object2CharMap.Entry<K>>
Enclosing class:
AbstractObject2CharMap<K>

public abstract static class AbstractObject2CharMap.BasicEntrySet<K> extends AbstractObjectSet<Object2CharMap.Entry<K>>
This class provides a basic implementation for an Entry set which forwards some queries to the map.