public class TUnmodifiableDoubleFloatMap extends Objectimplements TDoubleFloatMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableDoubleFloatMap(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 val)
|
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 TUnmodifiableDoubleFloatMap(TDoubleFloatMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(double key)
public boolean containsValue(float val)
public float get(double key)
public float put(double key,
float value)public float remove(double key)
public void putAll(TDoubleFloatMapm)
public void clear()
public TDoubleSetkeySet()
public double[] keys()
public double[] keys(double[] array)
public TFloatCollectionvalueCollection()
public float[] values()
public float[] values(float[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public double getNoEntryKey()
public float getNoEntryValue()
public boolean forEachKey(TDoubleProcedureprocedure)
public boolean forEachValue(TFloatProcedureprocedure)
public boolean forEachEntry(TDoubleFloatProcedureprocedure)
public TDoubleFloatIteratoriterator()
public float putIfAbsent(double key,
float value)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)