Class AbstractObject2IntMap.BasicEntrySet<K>

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

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