public class TSynchronizedLongFloatMap extends Objectimplements TLongFloatMap , Serializable
| Constructor and Description |
|---|
TSynchronizedLongFloatMap(TLongFloatMap
|
TSynchronizedLongFloatMap(TLongFloatMap
|
| Modifier and Type | Method and Description |
|---|---|
float |
adjustOrPutValue(long key, float adjust_amount, float put_amount)
|
boolean |
adjustValue(long key, float amount)
|
void |
clear()
|
boolean |
containsKey(long key)
|
boolean |
containsValue(float value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TLongFloatProcedure
|
boolean |
forEachKey(TLongProcedure
|
boolean |
forEachValue(TFloatProcedure
|
float |
get(long key)
|
long |
getNoEntryKey()
|
float |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(long key)
|
boolean |
isEmpty()
|
TLongFloatIterator |
iterator()
|
long[] |
keys()
|
long[] |
keys(long[] array)
|
TLongSet |
keySet()
|
float |
put(long key, float value)
|
void |
putAll(Map
|
void |
putAll(TLongFloatMap
|
float |
putIfAbsent(long key, float value)
|
float |
remove(long key)
|
boolean |
retainEntries(TLongFloatProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TFloatFunction
|
TFloatCollection |
valueCollection()
|
float[] |
values()
|
float[] |
values(float[] array)
|
public TSynchronizedLongFloatMap(TLongFloatMapm)
public TSynchronizedLongFloatMap(TLongFloatMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(long key)
public boolean containsValue(float value)
public float get(long key)
public float put(long key,
float value)public float remove(long key)
public void putAll(TLongFloatMapmap)
public void clear()
public TLongSetkeySet()
public long[] keys()
public long[] keys(long[] array)
public TFloatCollectionvalueCollection()
public float[] values()
public float[] values(float[] array)
public TLongFloatIteratoriterator()
public long getNoEntryKey()
public float getNoEntryValue()
public float putIfAbsent(long key,
float value)public boolean forEachKey(TLongProcedureprocedure)
public boolean forEachValue(TFloatProcedureprocedure)
public boolean forEachEntry(TLongFloatProcedureprocedure)
public void transformValues(TFloatFunctionfunction)
public boolean retainEntries(TLongFloatProcedureprocedure)
public boolean increment(long key)
public boolean adjustValue(long key,
float amount)public float adjustOrPutValue(long key,
float adjust_amount,
float put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()