Class AbstractReference2ReferenceMap.BasicEntrySet<K,V>

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

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