public class TSynchronizedShortFloatMap extends Objectimplements TShortFloatMap , Serializable
| Constructor and Description |
|---|
TSynchronizedShortFloatMap(TShortFloatMap
|
TSynchronizedShortFloatMap(TShortFloatMap
|
| Modifier and Type | Method and Description |
|---|---|
float |
adjustOrPutValue(short key, float adjust_amount, float put_amount)
|
boolean |
adjustValue(short key, float amount)
|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(float value)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortFloatProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TFloatProcedure
|
float |
get(short key)
|
short |
getNoEntryKey()
|
float |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(short key)
|
boolean |
isEmpty()
|
TShortFloatIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
float |
put(short key, float value)
|
void |
putAll(Map
|
void |
putAll(TShortFloatMap
|
float |
putIfAbsent(short key, float value)
|
float |
remove(short key)
|
boolean |
retainEntries(TShortFloatProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TFloatFunction
|
TFloatCollection |
valueCollection()
|
float[] |
values()
|
float[] |
values(float[] array)
|
public TSynchronizedShortFloatMap(TShortFloatMapm)
public TSynchronizedShortFloatMap(TShortFloatMapm, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(float value)
public float get(short key)
public float put(short key,
float value)public float remove(short key)
public void putAll(TShortFloatMapmap)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TFloatCollectionvalueCollection()
public float[] values()
public float[] values(float[] array)
public TShortFloatIteratoriterator()
public short getNoEntryKey()
public float getNoEntryValue()
public float putIfAbsent(short key,
float value)public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TFloatProcedureprocedure)
public boolean forEachEntry(TShortFloatProcedureprocedure)
public void transformValues(TFloatFunctionfunction)
public boolean retainEntries(TShortFloatProcedureprocedure)
public boolean increment(short key)
public boolean adjustValue(short key,
float amount)public float adjustOrPutValue(short key,
float adjust_amount,
float put_amount)public boolean equals(Objecto)
public int hashCode()
public StringtoString()