public class TUnmodifiableShortFloatMap extends Objectimplements TShortFloatMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableShortFloatMap(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 val)
|
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 TUnmodifiableShortFloatMap(TShortFloatMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(float val)
public float get(short key)
public float put(short key,
float value)public float remove(short key)
public void putAll(TShortFloatMapm)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TFloatCollectionvalueCollection()
public float[] values()
public float[] values(float[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public short getNoEntryKey()
public float getNoEntryValue()
public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TFloatProcedureprocedure)
public boolean forEachEntry(TShortFloatProcedureprocedure)
public TShortFloatIteratoriterator()
public float putIfAbsent(short key,
float value)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)