Class AbstractInt2IntMap.BasicEntrySet

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

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