Class AbstractObject2DoubleMap.BasicEntrySet<K>

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

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