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

All Known Implementing Classes:
XIntLinkedHashMap.Entry
Enclosing interface:
XIntMap<V>

public static interface XIntMap.Entry<V>

A Map Entry with a primitive int key.

See Also:
Map.Entry

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

Method Detail

getKey

int 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.