public class TSynchronizedObjectShortMap<K> extends Objectimplements TObjectShortMap <K>, Serializable
| Constructor and Description |
|---|
TSynchronizedObjectShortMap(TObjectShortMap
|
TSynchronizedObjectShortMap(TObjectShortMap
|
| Modifier and Type | Method and Description |
|---|---|
short |
adjustOrPutValue(K key, short adjust_amount, short put_amount)
|
boolean |
adjustValue(K key, short amount)
|
void |
clear()
|
boolean |
containsKey(Object
|
boolean |
containsValue(short value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TObjectShortProcedure
|
boolean |
forEachKey(TObjectProcedure
|
boolean |
forEachValue(TShortProcedure
|
short |
get(Object
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(K key)
|
boolean |
isEmpty()
|
TObjectShortIterator |
iterator()
|
Object |
keys()
|
K[] |
keys(K[] array)
|
Set |
keySet()
|
short |
put(K key, short value)
|
void |
putAll(Map
|
void |
putAll(TObjectShortMap
|
short |
putIfAbsent(K key, short value)
|
short |
remove(Object
|
boolean |
retainEntries(TObjectShortProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TShortFunction
|
TShortCollection |
valueCollection()
|
short[] |
values()
|
short[] |
values(short[] array)
|
public TSynchronizedObjectShortMap(TObjectShortMap<K> m)
public TSynchronizedObjectShortMap(TObjectShortMap<K> m, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(Objectkey)
public boolean containsValue(short value)
public short get(Objectkey)
public short put(K key, short value)
public short remove(Objectkey)
public void putAll(TObjectShortMap<? extends K> map)
public void clear()
public Object[] keys()
public TShortCollectionvalueCollection()
public short[] values()
public short[] values(short[] array)
public TObjectShortIterator<K> iterator()
public short getNoEntryValue()
public short putIfAbsent(K key, short value)
public boolean forEachKey(TObjectProcedure<? super K> procedure)
public boolean forEachValue(TShortProcedureprocedure)
public boolean forEachEntry(TObjectShortProcedure<? super K> procedure)
public void transformValues(TShortFunctionfunction)
public boolean retainEntries(TObjectShortProcedure<? super K> procedure)
public boolean increment(K key)
public boolean adjustValue(K key, short amount)
public short adjustOrPutValue(K key, short adjust_amount, short put_amount)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()