it.unimi.dsi.fastutil.objects
Interface Reference2ReferenceMap.Entry<K,V>

All Superinterfaces:
Map.Entry<K,V>
All Known Implementing Classes:
AbstractReference2ReferenceMap.BasicEntry
Enclosing interface:
Reference2ReferenceMap<K,V>

public static interface Reference2ReferenceMap.Entry<K,V>
extends Map.Entry<K,V>

A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.

See Also:
Map.Entry

Method Summary
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue