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

All Superinterfaces:
Map.Entry
Enclosing interface:
Long2ReferenceMap

public static interface Long2ReferenceMap.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()