public static interface Int2CharMap.Entry
extends java.util.Map.Entry<java.lang.Integer,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() |
int |
getIntKey() |
char |
setValue(char value) |