Class AbstractObject2ReferenceMap.BasicEntrySet<K,​V>

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

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