Class AbstractChar2IntMap.BasicEntrySet

All Implemented Interfaces:
ObjectCollection<Char2IntMap.Entry>, ObjectIterable<Char2IntMap.Entry>, ObjectSet<Char2IntMap.Entry>, Cloneable, Iterable<Char2IntMap.Entry>, Collection<Char2IntMap.Entry>, Set<Char2IntMap.Entry>
Enclosing class:
AbstractChar2IntMap

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