private class CharCollections.UnmodifiableMap.EntryImpl extends java.lang.Object implements CharObjectMap.PrimitiveEntry<V>
Modifier and Type | Field and Description |
---|---|
private CharObjectMap.PrimitiveEntry<V> |
entry |
Constructor and Description |
---|
EntryImpl(CharObjectMap.PrimitiveEntry<V> entry) |
Modifier and Type | Method and Description |
---|---|
char |
key()
Gets the key for this entry.
|
void |
setValue(V value)
Sets the value for this entry.
|
V |
value()
Gets the value for this entry.
|
private final CharObjectMap.PrimitiveEntry<V> entry
EntryImpl(CharObjectMap.PrimitiveEntry<V> entry)
public char key()
CharObjectMap.PrimitiveEntry
key
in interface CharObjectMap.PrimitiveEntry<V>
public V value()
CharObjectMap.PrimitiveEntry
value
in interface CharObjectMap.PrimitiveEntry<V>
public void setValue(V value)
CharObjectMap.PrimitiveEntry
setValue
in interface CharObjectMap.PrimitiveEntry<V>