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