public static final class UtlLinkedLongMap.Entry<V> extends Object
UtlLinkedLongMap entry.| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getKey()
public V getValue()
public V setValue(V value)
value - the new value.public boolean equals(Object that)
public int hashCode()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.