Class AbstractChar2ObjectMap.BasicEntrySet<V>

All Implemented Interfaces:
ObjectCollection<Char2ObjectMap.Entry<V>>, ObjectIterable<Char2ObjectMap.Entry<V>>, ObjectSet<Char2ObjectMap.Entry<V>>, Cloneable, Iterable<Char2ObjectMap.Entry<V>>, Collection<Char2ObjectMap.Entry<V>>, Set<Char2ObjectMap.Entry<V>>
Enclosing class:
AbstractChar2ObjectMap<V>

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