Schnittstelle Object2ObjectMap.Entry<T,V>

Typparameter:
T - the keyType of elements maintained by this Collection
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map.Entry<T,V>
Alle bekannten Implementierungsklassen:
AbstractObject2ObjectMap.BasicEntry, Object2ObjectMaps.UnmodifyableEntry
Umschließende Schnittstelle:
Object2ObjectMap<T,V>

public static interface Object2ObjectMap.Entry<T,V> extends Map.Entry<T,V>
Type Specific Map Entry that reduces boxing/unboxing