public class TSynchronizedIntByteMap extends Objectimplements TIntByteMap , Serializable
| Constructor and Description |
|---|
TSynchronizedIntByteMap(TIntByteMap
|
TSynchronizedIntByteMap(TIntByteMap
|
| Modifier and Type | Method and Description |
|---|---|
byte |
adjustOrPutValue(int key, byte adjust_amount, byte put_amount)
|
boolean |
adjustValue(int key, byte amount)
|
void |
clear()
|
boolean |
containsKey(int key)
|
boolean |
containsValue(byte value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TIntByteProcedure
|
boolean |
forEachKey(TIntProcedure
|
boolean |
forEachValue(TByteProcedure
|
byte |
get(int key)
|
int |
getNoEntryKey()
|
byte |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(int key)
|
boolean |
isEmpty()
|
TIntByteIterator |
iterator()
|
int[] |
keys()
|
int[] |
keys(int[] array)
|
TIntSet |
keySet()
|
byte |
put(int key, byte value)
|
void |
putAll(Map
|
void |
putAll(TIntByteMap
|
byte |
putIfAbsent(int key, byte value)
|
byte |
remove(int key)
|
boolean |
retainEntries(TIntByteProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TByteFunction
|
TByteCollection |
valueCollection()
|
byte[] |
values()
|
byte[] |
values(byte[] array)
|
public TSynchronizedIntByteMap(TIntByteMapm)
public TSynchronizedIntByteMap(TIntByteMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(int key)
public boolean containsValue(byte value)
public byte get(int key)
public byte put(int key,
byte value)public byte remove(int key)
public void putAll(TIntByteMapmap)
public void clear()
public TIntSetkeySet()
public int[] keys()
public int[] keys(int[] array)
public TByteCollectionvalueCollection()
public byte[] values()
public byte[] values(byte[] array)
public TIntByteIteratoriterator()
public int getNoEntryKey()
public byte getNoEntryValue()
public byte putIfAbsent(int key,
byte value)public boolean forEachKey(TIntProcedureprocedure)
public boolean forEachValue(TByteProcedureprocedure)
public boolean forEachEntry(TIntByteProcedureprocedure)
public void transformValues(TByteFunctionfunction)
public boolean retainEntries(TIntByteProcedureprocedure)
public boolean increment(int key)
public boolean adjustValue(int key,
byte amount)public byte adjustOrPutValue(int key,
byte adjust_amount,
byte put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()