public class TUnmodifiableShortDoubleMap extends Objectimplements TShortDoubleMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableShortDoubleMap(TShortDoubleMap
|
| Modifier and Type | Method and Description |
|---|---|
double |
adjustOrPutValue(short key, double adjust_amount, double put_amount)
|
boolean |
adjustValue(short key, double amount)
|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(double val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortDoubleProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TDoubleProcedure
|
double |
get(short key)
|
short |
getNoEntryKey()
|
double |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(short key)
|
boolean |
isEmpty()
|
TShortDoubleIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
double |
put(short key, double value)
|
void |
putAll(Map
|
void |
putAll(TShortDoubleMap
|
double |
putIfAbsent(short key, double value)
|
double |
remove(short key)
|
boolean |
retainEntries(TShortDoubleProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TDoubleFunction
|
TDoubleCollection |
valueCollection()
|
double[] |
values()
|
double[] |
values(double[] array)
|
public TUnmodifiableShortDoubleMap(TShortDoubleMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(double val)
public double get(short key)
public double put(short key,
double value)public double remove(short key)
public void putAll(TShortDoubleMapm)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TDoubleCollectionvalueCollection()
public double[] values()
public double[] values(double[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public short getNoEntryKey()
public double getNoEntryValue()
public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TDoubleProcedureprocedure)
public boolean forEachEntry(TShortDoubleProcedureprocedure)
public TShortDoubleIteratoriterator()
public double putIfAbsent(short key,
double value)public void transformValues(TDoubleFunctionfunction)
public boolean retainEntries(TShortDoubleProcedureprocedure)
public boolean increment(short key)
public boolean adjustValue(short key,
double amount)public double adjustOrPutValue(short key,
double adjust_amount,
double put_amount)