Class AbstractLong2LongMap.BasicEntrySet

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

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