public class TSynchronizedShortCharMap extends Objectimplements TShortCharMap , Serializable
| Constructor and Description |
|---|
TSynchronizedShortCharMap(TShortCharMap
|
TSynchronizedShortCharMap(TShortCharMap
|
| Modifier and Type | Method and Description |
|---|---|
char |
adjustOrPutValue(short key, char adjust_amount, char put_amount)
|
boolean |
adjustValue(short key, char amount)
|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(char value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortCharProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TCharProcedure
|
char |
get(short key)
|
short |
getNoEntryKey()
|
char |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(short key)
|
boolean |
isEmpty()
|
TShortCharIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
char |
put(short key, char value)
|
void |
putAll(Map
|
void |
putAll(TShortCharMap
|
char |
putIfAbsent(short key, char value)
|
char |
remove(short key)
|
boolean |
retainEntries(TShortCharProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TCharFunction
|
TCharCollection |
valueCollection()
|
char[] |
values()
|
char[] |
values(char[] array)
|
public TSynchronizedShortCharMap(TShortCharMapm)
public TSynchronizedShortCharMap(TShortCharMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(char value)
public char get(short key)
public char put(short key,
char value)public char remove(short key)
public void putAll(TShortCharMapmap)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TCharCollectionvalueCollection()
public char[] values()
public char[] values(char[] array)
public TShortCharIteratoriterator()
public short getNoEntryKey()
public char getNoEntryValue()
public char putIfAbsent(short key,
char value)public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TCharProcedureprocedure)
public boolean forEachEntry(TShortCharProcedureprocedure)
public void transformValues(TCharFunctionfunction)
public boolean retainEntries(TShortCharProcedureprocedure)
public boolean increment(short key)
public boolean adjustValue(short key,
char amount)public char adjustOrPutValue(short key,
char adjust_amount,
char put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()