public class TSynchronizedShortIntMap extends Objectimplements TShortIntMap , Serializable
| Constructor and Description |
|---|
TSynchronizedShortIntMap(TShortIntMap
|
TSynchronizedShortIntMap(TShortIntMap
|
| Modifier and Type | Method and Description |
|---|---|
int |
adjustOrPutValue(short key, int adjust_amount, int put_amount)
|
boolean |
adjustValue(short key, int amount)
|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(int value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortIntProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TIntProcedure
|
int |
get(short key)
|
short |
getNoEntryKey()
|
int |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(short key)
|
boolean |
isEmpty()
|
TShortIntIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
int |
put(short key, int value)
|
void |
putAll(Map
|
void |
putAll(TShortIntMap
|
int |
putIfAbsent(short key, int value)
|
int |
remove(short key)
|
boolean |
retainEntries(TShortIntProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TIntFunction
|
TIntCollection |
valueCollection()
|
int[] |
values()
|
int[] |
values(int[] array)
|
public TSynchronizedShortIntMap(TShortIntMapm)
public TSynchronizedShortIntMap(TShortIntMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(int value)
public int get(short key)
public int put(short key,
int value)public int remove(short key)
public void putAll(TShortIntMapmap)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TIntCollectionvalueCollection()
public int[] values()
public int[] values(int[] array)
public TShortIntIteratoriterator()
public short getNoEntryKey()
public int getNoEntryValue()
public int putIfAbsent(short key,
int value)public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TIntProcedureprocedure)
public boolean forEachEntry(TShortIntProcedureprocedure)
public void transformValues(TIntFunctionfunction)
public boolean retainEntries(TShortIntProcedureprocedure)
public boolean increment(short key)
public boolean adjustValue(short key,
int amount)public int adjustOrPutValue(short key,
int adjust_amount,
int put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()