public static final class LongObjectHashMap.Entry extends Object
Modifier and Type | Method | Description |
---|---|---|
long |
getKey() |
Returns the key of this entry.
|
Object |
getValue() |
Returns the value of this entry.
|
void |
setValue(Object value) |
Sets the value for this entry.
|
String |
toString() |
|
StringBuilder |
toString(StringBuilder sb) |
public final long key
public Object value
public long getKey()
public Object getValue()
public void setValue(Object value)
public StringBuilder toString(StringBuilder sb)
sb
- if null, a new StringBuilder is created