public static interface Char2CharMap.Entry
extends java.util.Map.Entry<java.lang.Character,java.lang.Character>
| Modifier and Type | Method and Description |
|---|---|
char |
getCharKey()
Type Specific getKey method that reduces boxing/unboxing
|
char |
getCharValue()
Type Specific getValue method that reduces boxing/unboxing
|
default java.lang.Character |
getKey() |
default java.lang.Character |
getValue() |
char |
setValue(char value)
Type Specific setValue method that reduces boxing/unboxing
|
default java.lang.Character |
setValue(java.lang.Character value) |
char getCharKey()
default java.lang.Character getKey()
getKey in interface java.util.Map.Entry<java.lang.Character,java.lang.Character>char getCharValue()
char setValue(char value)
value - the new Value that should be placed in the given entryjava.lang.UnsupportedOperationException - if the Entry is immutable or not supporteddefault java.lang.Character getValue()
getValue in interface java.util.Map.Entry<java.lang.Character,java.lang.Character>default java.lang.Character setValue(java.lang.Character value)
setValue in interface java.util.Map.Entry<java.lang.Character,java.lang.Character>