public static class AbstractByte2ShortMap.BasicEntry extends Object implements Byte2ShortMap.Entry
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Modifier and Type | Field and Description |
|---|---|
protected byte |
key |
protected short |
value |
| Constructor and Description |
|---|
AbstractByte2ShortMap.BasicEntry(byte key,
short value) |
AbstractByte2ShortMap.BasicEntry(Byte key,
Short value) |
public AbstractByte2ShortMap.BasicEntry(byte key,
short value)
public byte getByteKey()
getByteKey in interface Byte2ShortMap.EntryMap.Entry.getKey()public short getShortValue()
getShortValue in interface Byte2ShortMap.EntryMap.Entry.getValue()public short setValue(short value)
setValue in interface Byte2ShortMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()
Copyright © 2013. All Rights Reserved.