Class AbstractObject2ObjectMap.BasicEntrySet<K,​V>

All Implemented Interfaces:
ObjectCollection<Object2ObjectMap.Entry<K,​V>>, ObjectIterable<Object2ObjectMap.Entry<K,​V>>, ObjectSet<Object2ObjectMap.Entry<K,​V>>, Cloneable, Iterable<Object2ObjectMap.Entry<K,​V>>, Collection<Object2ObjectMap.Entry<K,​V>>, Set<Object2ObjectMap.Entry<K,​V>>
Enclosing class:
AbstractObject2ObjectMap<K,​V>

public abstract static class AbstractObject2ObjectMap.BasicEntrySet<K,​V>
extends AbstractObjectSet<Object2ObjectMap.Entry<K,​V>>
This class provides a basic implementation for an Entry set which forwards some queries to the map.