com.neeve.lang
Interface XLongMap.Entry<V>

All Known Implementing Classes:
XLongLinkedHashMap.Entry
Enclosing interface:
XLongMap<V>

public static interface XLongMap.Entry<V>

A Map Entry with a primitive long key.

See Also:
Map.Entry

Method Summary
 boolean equals(Object o)
           
 long getKey()
           
 V getValue()
           
 int hashCode()
           
 V setValue(V value)
           
 

Method Detail

getKey

long getKey()

getValue

V getValue()

setValue

V setValue(V value)

equals

boolean equals(Object o)
Overrides:
equals in class Object

hashCode

int hashCode()
Overrides:
hashCode in class Object


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.