com.devexperts.util
Interface LongMap.Entry<V>

All Superinterfaces:
Map.Entry<Long,V>
Enclosing interface:
LongMap<V>

public static interface LongMap.Entry<V>
extends Map.Entry<Long,V>

A map entry (key-value pair).

See Also:
LongMap.Entry

Method Summary
 long getLongKey()
          Returns the key corresponding to this entry.
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getLongKey

long getLongKey()
Returns the key corresponding to this entry.

See Also:
Map.Entry.getKey()


Copyright © 2013 Devexperts. All Rights Reserved.