public class TSynchronizedByteLongMap extends Objectimplements TByteLongMap , Serializable
| Constructor and Description |
|---|
TSynchronizedByteLongMap(TByteLongMap
|
TSynchronizedByteLongMap(TByteLongMap
|
| Modifier and Type | Method and Description |
|---|---|
long |
adjustOrPutValue(byte key, long adjust_amount, long put_amount)
|
boolean |
adjustValue(byte key, long amount)
|
void |
clear()
|
boolean |
containsKey(byte key)
|
boolean |
containsValue(long value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TByteLongProcedure
|
boolean |
forEachKey(TByteProcedure
|
boolean |
forEachValue(TLongProcedure
|
long |
get(byte key)
|
byte |
getNoEntryKey()
|
long |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(byte key)
|
boolean |
isEmpty()
|
TByteLongIterator |
iterator()
|
byte[] |
keys()
|
byte[] |
keys(byte[] array)
|
TByteSet |
keySet()
|
long |
put(byte key, long value)
|
void |
putAll(Map
|
void |
putAll(TByteLongMap
|
long |
putIfAbsent(byte key, long value)
|
long |
remove(byte key)
|
boolean |
retainEntries(TByteLongProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TLongFunction
|
TLongCollection |
valueCollection()
|
long[] |
values()
|
long[] |
values(long[] array)
|
public TSynchronizedByteLongMap(TByteLongMapm)
public TSynchronizedByteLongMap(TByteLongMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(byte key)
public boolean containsValue(long value)
public long get(byte key)
public long put(byte key,
long value)public long remove(byte key)
public void putAll(TByteLongMapmap)
public void clear()
public TByteSetkeySet()
public byte[] keys()
public byte[] keys(byte[] array)
public TLongCollectionvalueCollection()
public long[] values()
public long[] values(long[] array)
public TByteLongIteratoriterator()
public byte getNoEntryKey()
public long getNoEntryValue()
public long putIfAbsent(byte key,
long value)public boolean forEachKey(TByteProcedureprocedure)
public boolean forEachValue(TLongProcedureprocedure)
public boolean forEachEntry(TByteLongProcedureprocedure)
public void transformValues(TLongFunctionfunction)
public boolean retainEntries(TByteLongProcedureprocedure)
public boolean increment(byte key)
public boolean adjustValue(byte key,
long amount)public long adjustOrPutValue(byte key,
long adjust_amount,
long put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()