public static class AbstractObject2ByteMap.BasicEntry<K> extends java.lang.Object implements Object2ByteMap.Entry<K>
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
AbstractObject2ByteMap.BasicEntry(K key,
byte value) |
AbstractObject2ByteMap.BasicEntry(K key,
java.lang.Byte value) |
public AbstractObject2ByteMap.BasicEntry(K key, java.lang.Byte value)
public AbstractObject2ByteMap.BasicEntry(K key, byte value)
public java.lang.Byte getValue()
getValue in interface java.util.Map.Entry<K,java.lang.Byte>public byte getByteValue()
getByteValue in interface Object2ByteMap.Entry<K>Map.Entry.getValue()public byte setValue(byte value)
setValue in interface Object2ByteMap.Entry<K>Map.Entry.setValue(Object)public java.lang.Byte setValue(java.lang.Byte value)
setValue in interface java.util.Map.Entry<K,java.lang.Byte>public boolean equals(java.lang.Object o)
equals in interface java.util.Map.Entry<K,java.lang.Byte>equals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.Map.Entry<K,java.lang.Byte>hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object