- Type Parameters:
T - the keyType of elements maintained by this Collection
V - the keyType of elements maintained by this Collection
- All Superinterfaces:
- java.util.Map.Entry<T,V>
- All Known Implementing Classes:
- AbstractObject2ObjectMap.BasicEntry, Object2ObjectMaps.UnmodifyableEntry
- Enclosing interface:
- Object2ObjectMap<T,V>
public static interface Object2ObjectMap.Entry<T,V>
extends java.util.Map.Entry<T,V>
Type Specific Map Entry that reduces boxing/unboxing