Class AbstractChar2CharMap.BasicEntrySet

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

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