Class AbstractInt2DoubleMap.BasicEntrySet

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

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