it.unimi.dsi.fastutil.longs
Interface Long2ObjectMap.Entry

All Superinterfaces:
Map.Entry
Enclosing interface:
Long2ObjectMap

public static interface Long2ObjectMap.Entry
extends Map.Entry

A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.

See Also:
Map.Entry

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

Method Detail

getLongKey

public long getLongKey()
See Also:
Map.Entry.getKey()