public static final class IntLongHashMap.Entry extends Object
Modifier and Type | Method | Description |
---|---|---|
int |
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 int getKey()
public long getValue()
public void setValue(long value)
public StringBuilder toString(StringBuilder sb)
sb
- if null, a new StringBuilder is created