Package it.unimi.dsi.fastutil.longs
Interface Long2ObjectMap.Entry<V>
-
- All Known Implementing Classes:
AbstractLong2ObjectMap.BasicEntry
- Enclosing interface:
- Long2ObjectMap<V>
public static interface Long2ObjectMap.Entry<V> extends Map.Entry<Long,V>
A type-specificMap.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.- See Also:
Map.Entry
-
-
Method Detail
-
getLongKey
long getLongKey()
Returns the key corresponding to this entry.- See Also:
Map.Entry.getKey()
-
-