public class TSynchronizedIntCharMap extends Objectimplements TIntCharMap , Serializable
| Constructor and Description |
|---|
TSynchronizedIntCharMap(TIntCharMap
|
TSynchronizedIntCharMap(TIntCharMap
|
| Modifier and Type | Method and Description |
|---|---|
char |
adjustOrPutValue(int key, char adjust_amount, char put_amount)
|
boolean |
adjustValue(int key, char amount)
|
void |
clear()
|
boolean |
containsKey(int key)
|
boolean |
containsValue(char value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TIntCharProcedure
|
boolean |
forEachKey(TIntProcedure
|
boolean |
forEachValue(TCharProcedure
|
char |
get(int key)
|
int |
getNoEntryKey()
|
char |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(int key)
|
boolean |
isEmpty()
|
TIntCharIterator |
iterator()
|
int[] |
keys()
|
int[] |
keys(int[] array)
|
TIntSet |
keySet()
|
char |
put(int key, char value)
|
void |
putAll(Map
|
void |
putAll(TIntCharMap
|
char |
putIfAbsent(int key, char value)
|
char |
remove(int key)
|
boolean |
retainEntries(TIntCharProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TCharFunction
|
TCharCollection |
valueCollection()
|
char[] |
values()
|
char[] |
values(char[] array)
|
public TSynchronizedIntCharMap(TIntCharMapm)
public TSynchronizedIntCharMap(TIntCharMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(int key)
public boolean containsValue(char value)
public char get(int key)
public char put(int key,
char value)public char remove(int key)
public void putAll(TIntCharMapmap)
public void clear()
public TIntSetkeySet()
public int[] keys()
public int[] keys(int[] array)
public TCharCollectionvalueCollection()
public char[] values()
public char[] values(char[] array)
public TIntCharIteratoriterator()
public int getNoEntryKey()
public char getNoEntryValue()
public char putIfAbsent(int key,
char value)public boolean forEachKey(TIntProcedureprocedure)
public boolean forEachValue(TCharProcedureprocedure)
public boolean forEachEntry(TIntCharProcedureprocedure)
public void transformValues(TCharFunctionfunction)
public boolean retainEntries(TIntCharProcedureprocedure)
public boolean increment(int key)
public boolean adjustValue(int key,
char amount)public char adjustOrPutValue(int key,
char adjust_amount,
char put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()