Class AbstractDouble2ObjectMap.BasicEntrySet<V>

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

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