public class TSynchronizedShortDoubleMap extends Objectimplements TShortDoubleMap , Serializable
| Constructor and Description |
|---|
TSynchronizedShortDoubleMap(TShortDoubleMap
|
TSynchronizedShortDoubleMap(TShortDoubleMap
|
| Modifier and Type | Method and Description |
|---|---|
double |
adjustOrPutValue(short key, double adjust_amount, double put_amount)
|
boolean |
adjustValue(short key, double amount)
|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(double value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortDoubleProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TDoubleProcedure
|
double |
get(short key)
|
short |
getNoEntryKey()
|
double |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(short key)
|
boolean |
isEmpty()
|
TShortDoubleIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
double |
put(short key, double value)
|
void |
putAll(Map
|
void |
putAll(TShortDoubleMap
|
double |
putIfAbsent(short key, double value)
|
double |
remove(short key)
|
boolean |
retainEntries(TShortDoubleProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TDoubleFunction
|
TDoubleCollection |
valueCollection()
|
double[] |
values()
|
double[] |
values(double[] array)
|
public TSynchronizedShortDoubleMap(TShortDoubleMapm)
public TSynchronizedShortDoubleMap(TShortDoubleMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(double value)
public double get(short key)
public double put(short key,
double value)public double remove(short key)
public void putAll(TShortDoubleMapmap)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TDoubleCollectionvalueCollection()
public double[] values()
public double[] values(double[] array)
public TShortDoubleIteratoriterator()
public short getNoEntryKey()
public double getNoEntryValue()
public double putIfAbsent(short key,
double value)public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TDoubleProcedureprocedure)
public boolean forEachEntry(TShortDoubleProcedureprocedure)
public void transformValues(TDoubleFunctionfunction)
public boolean retainEntries(TShortDoubleProcedureprocedure)
public boolean increment(short key)
public boolean adjustValue(short key,
double amount)public double adjustOrPutValue(short key,
double adjust_amount,
double put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()