public class TSynchronizedByteByteMap extends Objectimplements TByteByteMap , Serializable
| Constructor and Description |
|---|
TSynchronizedByteByteMap(TByteByteMap
|
TSynchronizedByteByteMap(TByteByteMap
|
| Modifier and Type | Method and Description |
|---|---|
byte |
adjustOrPutValue(byte key, byte adjust_amount, byte put_amount)
|
boolean |
adjustValue(byte key, byte amount)
|
void |
clear()
|
boolean |
containsKey(byte key)
|
boolean |
containsValue(byte value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TByteByteProcedure
|
boolean |
forEachKey(TByteProcedure
|
boolean |
forEachValue(TByteProcedure
|
byte |
get(byte key)
|
byte |
getNoEntryKey()
|
byte |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(byte key)
|
boolean |
isEmpty()
|
TByteByteIterator |
iterator()
|
byte[] |
keys()
|
byte[] |
keys(byte[] array)
|
TByteSet |
keySet()
|
byte |
put(byte key, byte value)
|
void |
putAll(Map
|
void |
putAll(TByteByteMap
|
byte |
putIfAbsent(byte key, byte value)
|
byte |
remove(byte key)
|
boolean |
retainEntries(TByteByteProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TByteFunction
|
TByteCollection |
valueCollection()
|
byte[] |
values()
|
byte[] |
values(byte[] array)
|
public TSynchronizedByteByteMap(TByteByteMapm)
public TSynchronizedByteByteMap(TByteByteMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(byte key)
public boolean containsValue(byte value)
public byte get(byte key)
public byte put(byte key,
byte value)public byte remove(byte key)
public void putAll(TByteByteMapmap)
public void clear()
public TByteSetkeySet()
public byte[] keys()
public byte[] keys(byte[] array)
public TByteCollectionvalueCollection()
public byte[] values()
public byte[] values(byte[] array)
public TByteByteIteratoriterator()
public byte getNoEntryKey()
public byte getNoEntryValue()
public byte putIfAbsent(byte key,
byte value)public boolean forEachKey(TByteProcedureprocedure)
public boolean forEachValue(TByteProcedureprocedure)
public boolean forEachEntry(TByteByteProcedureprocedure)
public void transformValues(TByteFunctionfunction)
public boolean retainEntries(TByteByteProcedureprocedure)
public boolean increment(byte key)
public boolean adjustValue(byte key,
byte amount)public byte adjustOrPutValue(byte key,
byte adjust_amount,
byte put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()