Class AbstractLong2ObjectMap.BasicEntrySet<V>

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

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