public static interface Object2CharMap.Entry<K>
extends java.util.Map.Entry<K,java.lang.Character>
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entry| Modifier and Type | Method and Description |
|---|---|
char |
getCharValue() |
java.lang.Character |
getValue()
Deprecated.
Please use the corresponding type-specific method instead.
|
char |
setValue(char value) |
@Deprecated java.lang.Character getValue()
getValue in interface java.util.Map.Entry<K,java.lang.Character>char setValue(char value)
Map.Entry.setValue(Object)char getCharValue()
Map.Entry.getValue()