|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.util.UtlLinkedLongMap.Entry<V>
public static final class UtlLinkedLongMap.Entry<V>
This class represents a UtlLinkedLongMap
entry.
Constructor Summary | |
---|---|
UtlLinkedLongMap.Entry()
|
Method Summary | |
---|---|
boolean |
equals(Object that)
Indicates if this entry is considered equals to the specified entry. |
long |
getKey()
Returns the key for this entry. |
V |
getValue()
Returns the value for this entry. |
int |
hashCode()
Returns the hash code for this entry. |
V |
setValue(V value)
Sets the value for this entry. |
String |
toString()
Returns the text representation of this entry. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UtlLinkedLongMap.Entry()
Method Detail |
---|
public long getKey()
public V getValue()
public V setValue(V value)
value
- the new value.
public boolean equals(Object that)
equals
in class Object
that
- the object to test for equality.
true if both entry are considered equal;
false otherwise.
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |