public static interface Int2ByteMap.Entry extends Map.Entry<Integer,Byte>
Map.Entry
; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entry
int getIntKey()
Map.Entry.getKey()
byte setValue(byte value)
Map.Entry.setValue(Object)
byte getByteValue()
Map.Entry.getValue()