public class TSynchronizedDoubleFloatMap extends Objectimplements TDoubleFloatMap , Serializable
| Constructor and Description |
|---|
TSynchronizedDoubleFloatMap(TDoubleFloatMap
|
TSynchronizedDoubleFloatMap(TDoubleFloatMap
|
| Modifier and Type | Method and Description |
|---|---|
float |
adjustOrPutValue(double key, float adjust_amount, float put_amount)
|
boolean |
adjustValue(double key, float amount)
|
void |
clear()
|
boolean |
containsKey(double key)
|
boolean |
containsValue(float value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TDoubleFloatProcedure
|
boolean |
forEachKey(TDoubleProcedure
|
boolean |
forEachValue(TFloatProcedure
|
float |
get(double key)
|
double |
getNoEntryKey()
|
float |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(double key)
|
boolean |
isEmpty()
|
TDoubleFloatIterator |
iterator()
|
double[] |
keys()
|
double[] |
keys(double[] array)
|
TDoubleSet |
keySet()
|
float |
put(double key, float value)
|
void |
putAll(Map
|
void |
putAll(TDoubleFloatMap
|
float |
putIfAbsent(double key, float value)
|
float |
remove(double key)
|
boolean |
retainEntries(TDoubleFloatProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TFloatFunction
|
TFloatCollection |
valueCollection()
|
float[] |
values()
|
float[] |
values(float[] array)
|
public TSynchronizedDoubleFloatMap(TDoubleFloatMapm)
public TSynchronizedDoubleFloatMap(TDoubleFloatMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(double key)
public boolean containsValue(float value)
public float get(double key)
public float put(double key,
float value)public float remove(double key)
public void putAll(TDoubleFloatMapmap)
public void clear()
public TDoubleSetkeySet()
public double[] keys()
public double[] keys(double[] array)
public TFloatCollectionvalueCollection()
public float[] values()
public float[] values(float[] array)
public TDoubleFloatIteratoriterator()
public double getNoEntryKey()
public float getNoEntryValue()
public float putIfAbsent(double key,
float value)public boolean forEachKey(TDoubleProcedureprocedure)
public boolean forEachValue(TFloatProcedureprocedure)
public boolean forEachEntry(TDoubleFloatProcedureprocedure)
public void transformValues(TFloatFunctionfunction)
public boolean retainEntries(TDoubleFloatProcedureprocedure)
public boolean increment(double key)
public boolean adjustValue(double key,
float amount)public float adjustOrPutValue(double key,
float adjust_amount,
float put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()