public class TSynchronizedShortLongMap extends Objectimplements TShortLongMap , Serializable
| Constructor and Description |
|---|
TSynchronizedShortLongMap(TShortLongMap
|
TSynchronizedShortLongMap(TShortLongMap
|
| Modifier and Type | Method and Description |
|---|---|
long |
adjustOrPutValue(short key, long adjust_amount, long put_amount)
|
boolean |
adjustValue(short key, long amount)
|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(long value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortLongProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TLongProcedure
|
long |
get(short key)
|
short |
getNoEntryKey()
|
long |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(short key)
|
boolean |
isEmpty()
|
TShortLongIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
long |
put(short key, long value)
|
void |
putAll(Map
|
void |
putAll(TShortLongMap
|
long |
putIfAbsent(short key, long value)
|
long |
remove(short key)
|
boolean |
retainEntries(TShortLongProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TLongFunction
|
TLongCollection |
valueCollection()
|
long[] |
values()
|
long[] |
values(long[] array)
|
public TSynchronizedShortLongMap(TShortLongMapm)
public TSynchronizedShortLongMap(TShortLongMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(long value)
public long get(short key)
public long put(short key,
long value)public long remove(short key)
public void putAll(TShortLongMapmap)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TLongCollectionvalueCollection()
public long[] values()
public long[] values(long[] array)
public TShortLongIteratoriterator()
public short getNoEntryKey()
public long getNoEntryValue()
public long putIfAbsent(short key,
long value)public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TLongProcedureprocedure)
public boolean forEachEntry(TShortLongProcedureprocedure)
public void transformValues(TLongFunctionfunction)
public boolean retainEntries(TShortLongProcedureprocedure)
public boolean increment(short key)
public boolean adjustValue(short key,
long amount)public long adjustOrPutValue(short key,
long adjust_amount,
long put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()