public class TSynchronizedByteIntMap extends Objectimplements TByteIntMap , Serializable
| Constructor and Description |
|---|
TSynchronizedByteIntMap(TByteIntMap
|
TSynchronizedByteIntMap(TByteIntMap
|
| Modifier and Type | Method and Description |
|---|---|
int |
adjustOrPutValue(byte key, int adjust_amount, int put_amount)
|
boolean |
adjustValue(byte key, int amount)
|
void |
clear()
|
boolean |
containsKey(byte key)
|
boolean |
containsValue(int value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TByteIntProcedure
|
boolean |
forEachKey(TByteProcedure
|
boolean |
forEachValue(TIntProcedure
|
int |
get(byte key)
|
byte |
getNoEntryKey()
|
int |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(byte key)
|
boolean |
isEmpty()
|
TByteIntIterator |
iterator()
|
byte[] |
keys()
|
byte[] |
keys(byte[] array)
|
TByteSet |
keySet()
|
int |
put(byte key, int value)
|
void |
putAll(Map
|
void |
putAll(TByteIntMap
|
int |
putIfAbsent(byte key, int value)
|
int |
remove(byte key)
|
boolean |
retainEntries(TByteIntProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TIntFunction
|
TIntCollection |
valueCollection()
|
int[] |
values()
|
int[] |
values(int[] array)
|
public TSynchronizedByteIntMap(TByteIntMapm)
public TSynchronizedByteIntMap(TByteIntMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(byte key)
public boolean containsValue(int value)
public int get(byte key)
public int put(byte key,
int value)public int remove(byte key)
public void putAll(TByteIntMapmap)
public void clear()
public TByteSetkeySet()
public byte[] keys()
public byte[] keys(byte[] array)
public TIntCollectionvalueCollection()
public int[] values()
public int[] values(int[] array)
public TByteIntIteratoriterator()
public byte getNoEntryKey()
public int getNoEntryValue()
public int putIfAbsent(byte key,
int value)public boolean forEachKey(TByteProcedureprocedure)
public boolean forEachValue(TIntProcedureprocedure)
public boolean forEachEntry(TByteIntProcedureprocedure)
public void transformValues(TIntFunctionfunction)
public boolean retainEntries(TByteIntProcedureprocedure)
public boolean increment(byte key)
public boolean adjustValue(byte key,
int amount)public int adjustOrPutValue(byte key,
int adjust_amount,
int put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()