public class TSynchronizedFloatDoubleMap extends Objectimplements TFloatDoubleMap , Serializable
| Constructor and Description |
|---|
TSynchronizedFloatDoubleMap(TFloatDoubleMap
|
TSynchronizedFloatDoubleMap(TFloatDoubleMap
|
| Modifier and Type | Method and Description |
|---|---|
double |
adjustOrPutValue(float key, double adjust_amount, double put_amount)
|
boolean |
adjustValue(float key, double amount)
|
void |
clear()
|
boolean |
containsKey(float key)
|
boolean |
containsValue(double value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TFloatDoubleProcedure
|
boolean |
forEachKey(TFloatProcedure
|
boolean |
forEachValue(TDoubleProcedure
|
double |
get(float key)
|
float |
getNoEntryKey()
|
double |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(float key)
|
boolean |
isEmpty()
|
TFloatDoubleIterator |
iterator()
|
float[] |
keys()
|
float[] |
keys(float[] array)
|
TFloatSet |
keySet()
|
double |
put(float key, double value)
|
void |
putAll(Map
|
void |
putAll(TFloatDoubleMap
|
double |
putIfAbsent(float key, double value)
|
double |
remove(float key)
|
boolean |
retainEntries(TFloatDoubleProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TDoubleFunction
|
TDoubleCollection |
valueCollection()
|
double[] |
values()
|
double[] |
values(double[] array)
|
public TSynchronizedFloatDoubleMap(TFloatDoubleMapm)
public TSynchronizedFloatDoubleMap(TFloatDoubleMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(float key)
public boolean containsValue(double value)
public double get(float key)
public double put(float key,
double value)public double remove(float key)
public void putAll(TFloatDoubleMapmap)
public void clear()
public TFloatSetkeySet()
public float[] keys()
public float[] keys(float[] array)
public TDoubleCollectionvalueCollection()
public double[] values()
public double[] values(double[] array)
public TFloatDoubleIteratoriterator()
public float getNoEntryKey()
public double getNoEntryValue()
public double putIfAbsent(float key,
double value)public boolean forEachKey(TFloatProcedureprocedure)
public boolean forEachValue(TDoubleProcedureprocedure)
public boolean forEachEntry(TFloatDoubleProcedureprocedure)
public void transformValues(TDoubleFunctionfunction)
public boolean retainEntries(TFloatDoubleProcedureprocedure)
public boolean increment(float key)
public boolean adjustValue(float key,
double amount)public double adjustOrPutValue(float key,
double adjust_amount,
double put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()