public class TUnmodifiableByteShortMap extends Objectimplements TByteShortMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableByteShortMap(TByteShortMap
|
| Modifier and Type | Method and Description |
|---|---|
short |
adjustOrPutValue(byte key, short adjust_amount, short put_amount)
|
boolean |
adjustValue(byte key, short amount)
|
void |
clear()
|
boolean |
containsKey(byte key)
|
boolean |
containsValue(short val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TByteShortProcedure
|
boolean |
forEachKey(TByteProcedure
|
boolean |
forEachValue(TShortProcedure
|
short |
get(byte key)
|
byte |
getNoEntryKey()
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(byte key)
|
boolean |
isEmpty()
|
TByteShortIterator |
iterator()
|
byte[] |
keys()
|
byte[] |
keys(byte[] array)
|
TByteSet |
keySet()
|
short |
put(byte key, short value)
|
void |
putAll(Map
|
void |
putAll(TByteShortMap
|
short |
putIfAbsent(byte key, short value)
|
short |
remove(byte key)
|
boolean |
retainEntries(TByteShortProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TShortFunction
|
TShortCollection |
valueCollection()
|
short[] |
values()
|
short[] |
values(short[] array)
|
public TUnmodifiableByteShortMap(TByteShortMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(byte key)
public boolean containsValue(short val)
public short get(byte key)
public short put(byte key,
short value)public short remove(byte key)
public void putAll(TByteShortMapm)
public void clear()
public TByteSetkeySet()
public byte[] keys()
public byte[] keys(byte[] array)
public TShortCollectionvalueCollection()
public short[] values()
public short[] values(short[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public byte getNoEntryKey()
public short getNoEntryValue()
public boolean forEachKey(TByteProcedureprocedure)
public boolean forEachValue(TShortProcedureprocedure)
public boolean forEachEntry(TByteShortProcedureprocedure)
public TByteShortIteratoriterator()
public short putIfAbsent(byte key,
short value)public void transformValues(TShortFunctionfunction)
public boolean retainEntries(TByteShortProcedureprocedure)
public boolean increment(byte key)
public boolean adjustValue(byte key,
short amount)public short adjustOrPutValue(byte key,
short adjust_amount,
short put_amount)