public class TSynchronizedByteCharMap extends Objectimplements TByteCharMap , Serializable
| Constructor and Description |
|---|
TSynchronizedByteCharMap(TByteCharMap
|
TSynchronizedByteCharMap(TByteCharMap
|
| Modifier and Type | Method and Description |
|---|---|
char |
adjustOrPutValue(byte key, char adjust_amount, char put_amount)
|
boolean |
adjustValue(byte key, char amount)
|
void |
clear()
|
boolean |
containsKey(byte key)
|
boolean |
containsValue(char value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TByteCharProcedure
|
boolean |
forEachKey(TByteProcedure
|
boolean |
forEachValue(TCharProcedure
|
char |
get(byte key)
|
byte |
getNoEntryKey()
|
char |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(byte key)
|
boolean |
isEmpty()
|
TByteCharIterator |
iterator()
|
byte[] |
keys()
|
byte[] |
keys(byte[] array)
|
TByteSet |
keySet()
|
char |
put(byte key, char value)
|
void |
putAll(Map
|
void |
putAll(TByteCharMap
|
char |
putIfAbsent(byte key, char value)
|
char |
remove(byte key)
|
boolean |
retainEntries(TByteCharProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TCharFunction
|
TCharCollection |
valueCollection()
|
char[] |
values()
|
char[] |
values(char[] array)
|
public TSynchronizedByteCharMap(TByteCharMapm)
public TSynchronizedByteCharMap(TByteCharMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(byte key)
public boolean containsValue(char value)
public char get(byte key)
public char put(byte key,
char value)public char remove(byte key)
public void putAll(TByteCharMapmap)
public void clear()
public TByteSetkeySet()
public byte[] keys()
public byte[] keys(byte[] array)
public TCharCollectionvalueCollection()
public char[] values()
public char[] values(char[] array)
public TByteCharIteratoriterator()
public byte getNoEntryKey()
public char getNoEntryValue()
public char putIfAbsent(byte key,
char value)public boolean forEachKey(TByteProcedureprocedure)
public boolean forEachValue(TCharProcedureprocedure)
public boolean forEachEntry(TByteCharProcedureprocedure)
public void transformValues(TCharFunctionfunction)
public boolean retainEntries(TByteCharProcedureprocedure)
public boolean increment(byte key)
public boolean adjustValue(byte key,
char amount)public char adjustOrPutValue(byte key,
char adjust_amount,
char put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()