public class TSynchronizedShortByteMap extends Objectimplements TShortByteMap , Serializable
| Constructor and Description |
|---|
TSynchronizedShortByteMap(TShortByteMap
|
TSynchronizedShortByteMap(TShortByteMap
|
| Modifier and Type | Method and Description |
|---|---|
byte |
adjustOrPutValue(short key, byte adjust_amount, byte put_amount)
|
boolean |
adjustValue(short key, byte amount)
|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(byte value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortByteProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TByteProcedure
|
byte |
get(short key)
|
short |
getNoEntryKey()
|
byte |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(short key)
|
boolean |
isEmpty()
|
TShortByteIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
byte |
put(short key, byte value)
|
void |
putAll(Map
|
void |
putAll(TShortByteMap
|
byte |
putIfAbsent(short key, byte value)
|
byte |
remove(short key)
|
boolean |
retainEntries(TShortByteProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TByteFunction
|
TByteCollection |
valueCollection()
|
byte[] |
values()
|
byte[] |
values(byte[] array)
|
public TSynchronizedShortByteMap(TShortByteMapm)
public TSynchronizedShortByteMap(TShortByteMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(byte value)
public byte get(short key)
public byte put(short key,
byte value)public byte remove(short key)
public void putAll(TShortByteMapmap)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TByteCollectionvalueCollection()
public byte[] values()
public byte[] values(byte[] array)
public TShortByteIteratoriterator()
public short getNoEntryKey()
public byte getNoEntryValue()
public byte putIfAbsent(short key,
byte value)public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TByteProcedureprocedure)
public boolean forEachEntry(TShortByteProcedureprocedure)
public void transformValues(TByteFunctionfunction)
public boolean retainEntries(TShortByteProcedureprocedure)
public boolean increment(short key)
public boolean adjustValue(short key,
byte amount)public byte adjustOrPutValue(short key,
byte adjust_amount,
byte put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()