private final class CharArrayMap.MapEntry
extends java.lang.Object
implements java.util.Map.Entry<java.lang.Object,V>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
allowModify |
private int |
pos |
| Modifier | Constructor and Description |
|---|---|
private |
MapEntry(int pos,
boolean allowModify) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getKey() |
V |
getValue() |
V |
setValue(V value) |
java.lang.String |
toString() |
public java.lang.Object getKey()
getKey in interface java.util.Map.Entry<java.lang.Object,V>public V getValue()
getValue in interface java.util.Map.Entry<java.lang.Object,V>public V setValue(V value)
setValue in interface java.util.Map.Entry<java.lang.Object,V>public java.lang.String toString()
toString in class java.lang.Object