public class TSynchronizedLongShortMap extends Objectimplements TLongShortMap , Serializable
| Constructor and Description |
|---|
TSynchronizedLongShortMap(TLongShortMap
|
TSynchronizedLongShortMap(TLongShortMap
|
| Modifier and Type | Method and Description |
|---|---|
short |
adjustOrPutValue(long key, short adjust_amount, short put_amount)
|
boolean |
adjustValue(long key, short amount)
|
void |
clear()
|
boolean |
containsKey(long key)
|
boolean |
containsValue(short value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TLongShortProcedure
|
boolean |
forEachKey(TLongProcedure
|
boolean |
forEachValue(TShortProcedure
|
short |
get(long key)
|
long |
getNoEntryKey()
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(long key)
|
boolean |
isEmpty()
|
TLongShortIterator |
iterator()
|
long[] |
keys()
|
long[] |
keys(long[] array)
|
TLongSet |
keySet()
|
short |
put(long key, short value)
|
void |
putAll(Map
|
void |
putAll(TLongShortMap
|
short |
putIfAbsent(long key, short value)
|
short |
remove(long key)
|
boolean |
retainEntries(TLongShortProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TShortFunction
|
TShortCollection |
valueCollection()
|
short[] |
values()
|
short[] |
values(short[] array)
|
public TSynchronizedLongShortMap(TLongShortMapm)
public TSynchronizedLongShortMap(TLongShortMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(long key)
public boolean containsValue(short value)
public short get(long key)
public short put(long key,
short value)public short remove(long key)
public void putAll(TLongShortMapmap)
public void clear()
public TLongSetkeySet()
public long[] keys()
public long[] keys(long[] array)
public TShortCollectionvalueCollection()
public short[] values()
public short[] values(short[] array)
public TLongShortIteratoriterator()
public long getNoEntryKey()
public short getNoEntryValue()
public short putIfAbsent(long key,
short value)public boolean forEachKey(TLongProcedureprocedure)
public boolean forEachValue(TShortProcedureprocedure)
public boolean forEachEntry(TLongShortProcedureprocedure)
public void transformValues(TShortFunctionfunction)
public boolean retainEntries(TLongShortProcedureprocedure)
public boolean increment(long key)
public boolean adjustValue(long key,
short amount)public short adjustOrPutValue(long key,
short adjust_amount,
short put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()