public static interface Short2ObjectMap.Entry<V> extends Map.Entry<Short,V>
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entry| Modifier and Type | Method and Description |
|---|---|
default Short |
getKey()
Deprecated.
Please use the corresponding type-specific method instead.
|
short |
getShortKey()
Returns the key corresponding to this entry.
|
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, getValue, hashCode, setValueshort getShortKey()
Map.Entry.getKey()Copyright © 2020. All rights reserved.