public class TSynchronizedIntShortMap extends Objectimplements TIntShortMap , Serializable
| Constructor and Description |
|---|
TSynchronizedIntShortMap(TIntShortMap
|
TSynchronizedIntShortMap(TIntShortMap
|
| Modifier and Type | Method and Description |
|---|---|
short |
adjustOrPutValue(int key, short adjust_amount, short put_amount)
|
boolean |
adjustValue(int key, short amount)
|
void |
clear()
|
boolean |
containsKey(int key)
|
boolean |
containsValue(short value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TIntShortProcedure
|
boolean |
forEachKey(TIntProcedure
|
boolean |
forEachValue(TShortProcedure
|
short |
get(int key)
|
int |
getNoEntryKey()
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(int key)
|
boolean |
isEmpty()
|
TIntShortIterator |
iterator()
|
int[] |
keys()
|
int[] |
keys(int[] array)
|
TIntSet |
keySet()
|
short |
put(int key, short value)
|
void |
putAll(Map
|
void |
putAll(TIntShortMap
|
short |
putIfAbsent(int key, short value)
|
short |
remove(int key)
|
boolean |
retainEntries(TIntShortProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TShortFunction
|
TShortCollection |
valueCollection()
|
short[] |
values()
|
short[] |
values(short[] array)
|
public TSynchronizedIntShortMap(TIntShortMapm)
public TSynchronizedIntShortMap(TIntShortMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(int key)
public boolean containsValue(short value)
public short get(int key)
public short put(int key,
short value)public short remove(int key)
public void putAll(TIntShortMapmap)
public void clear()
public TIntSetkeySet()
public int[] keys()
public int[] keys(int[] array)
public TShortCollectionvalueCollection()
public short[] values()
public short[] values(short[] array)
public TIntShortIteratoriterator()
public int getNoEntryKey()
public short getNoEntryValue()
public short putIfAbsent(int key,
short value)public boolean forEachKey(TIntProcedureprocedure)
public boolean forEachValue(TShortProcedureprocedure)
public boolean forEachEntry(TIntShortProcedureprocedure)
public void transformValues(TShortFunctionfunction)
public boolean retainEntries(TIntShortProcedureprocedure)
public boolean increment(int key)
public boolean adjustValue(int key,
short amount)public short adjustOrPutValue(int key,
short adjust_amount,
short put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()