public class TSynchronizedCharByteMap extends Objectimplements TCharByteMap , Serializable
| Constructor and Description |
|---|
TSynchronizedCharByteMap(TCharByteMap
|
TSynchronizedCharByteMap(TCharByteMap
|
| Modifier and Type | Method and Description |
|---|---|
byte |
adjustOrPutValue(char key, byte adjust_amount, byte put_amount)
|
boolean |
adjustValue(char key, byte amount)
|
void |
clear()
|
boolean |
containsKey(char key)
|
boolean |
containsValue(byte value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TCharByteProcedure
|
boolean |
forEachKey(TCharProcedure
|
boolean |
forEachValue(TByteProcedure
|
byte |
get(char key)
|
char |
getNoEntryKey()
|
byte |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(char key)
|
boolean |
isEmpty()
|
TCharByteIterator |
iterator()
|
char[] |
keys()
|
char[] |
keys(char[] array)
|
TCharSet |
keySet()
|
byte |
put(char key, byte value)
|
void |
putAll(Map
|
void |
putAll(TCharByteMap
|
byte |
putIfAbsent(char key, byte value)
|
byte |
remove(char key)
|
boolean |
retainEntries(TCharByteProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TByteFunction
|
TByteCollection |
valueCollection()
|
byte[] |
values()
|
byte[] |
values(byte[] array)
|
public TSynchronizedCharByteMap(TCharByteMapm)
public TSynchronizedCharByteMap(TCharByteMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(char key)
public boolean containsValue(byte value)
public byte get(char key)
public byte put(char key,
byte value)public byte remove(char key)
public void putAll(TCharByteMapmap)
public void clear()
public TCharSetkeySet()
public char[] keys()
public char[] keys(char[] array)
public TByteCollectionvalueCollection()
public byte[] values()
public byte[] values(byte[] array)
public TCharByteIteratoriterator()
public char getNoEntryKey()
public byte getNoEntryValue()
public byte putIfAbsent(char key,
byte value)public boolean forEachKey(TCharProcedureprocedure)
public boolean forEachValue(TByteProcedureprocedure)
public boolean forEachEntry(TCharByteProcedureprocedure)
public void transformValues(TByteFunctionfunction)
public boolean retainEntries(TCharByteProcedureprocedure)
public boolean increment(char key)
public boolean adjustValue(char key,
byte amount)public byte adjustOrPutValue(char key,
byte adjust_amount,
byte put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()