public class TSynchronizedDoubleShortMap extends Objectimplements TDoubleShortMap , Serializable
| Constructor and Description |
|---|
TSynchronizedDoubleShortMap(TDoubleShortMap
|
TSynchronizedDoubleShortMap(TDoubleShortMap
|
| Modifier and Type | Method and Description |
|---|---|
short |
adjustOrPutValue(double key, short adjust_amount, short put_amount)
|
boolean |
adjustValue(double key, short amount)
|
void |
clear()
|
boolean |
containsKey(double key)
|
boolean |
containsValue(short value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TDoubleShortProcedure
|
boolean |
forEachKey(TDoubleProcedure
|
boolean |
forEachValue(TShortProcedure
|
short |
get(double key)
|
double |
getNoEntryKey()
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(double key)
|
boolean |
isEmpty()
|
TDoubleShortIterator |
iterator()
|
double[] |
keys()
|
double[] |
keys(double[] array)
|
TDoubleSet |
keySet()
|
short |
put(double key, short value)
|
void |
putAll(Map
|
void |
putAll(TDoubleShortMap
|
short |
putIfAbsent(double key, short value)
|
short |
remove(double key)
|
boolean |
retainEntries(TDoubleShortProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TShortFunction
|
TShortCollection |
valueCollection()
|
short[] |
values()
|
short[] |
values(short[] array)
|
public TSynchronizedDoubleShortMap(TDoubleShortMapm)
public TSynchronizedDoubleShortMap(TDoubleShortMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(double key)
public boolean containsValue(short value)
public short get(double key)
public short put(double key,
short value)public short remove(double key)
public void putAll(TDoubleShortMapmap)
public void clear()
public TDoubleSetkeySet()
public double[] keys()
public double[] keys(double[] array)
public TShortCollectionvalueCollection()
public short[] values()
public short[] values(short[] array)
public TDoubleShortIteratoriterator()
public double getNoEntryKey()
public short getNoEntryValue()
public short putIfAbsent(double key,
short value)public boolean forEachKey(TDoubleProcedureprocedure)
public boolean forEachValue(TShortProcedureprocedure)
public boolean forEachEntry(TDoubleShortProcedureprocedure)
public void transformValues(TShortFunctionfunction)
public boolean retainEntries(TDoubleShortProcedureprocedure)
public boolean increment(double key)
public boolean adjustValue(double key,
short amount)public short adjustOrPutValue(double key,
short adjust_amount,
short put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()