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