Class AbstractByte2ObjectMap.BasicEntrySet<V>

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

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