Package it.unimi.dsi.fastutil.longs
Interface Long2ReferenceMap.Entry<V>
-
- All Known Implementing Classes:
AbstractLong2ReferenceMap.BasicEntry
- Enclosing interface:
- Long2ReferenceMap<V>
public static interface Long2ReferenceMap.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()
-
-