public class TUnmodifiableDoubleShortMap extends Objectimplements TDoubleShortMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableDoubleShortMap(TDoubleShortMap
|
| Modifier and Type | Method and Description |
|---|---|
short |
adjustOrPutValue(double key, short adjust_amount, short put_amount)
|
boolean |
adjustValue(double key, short amount)
|
void |
clear()
|
boolean |
containsKey(double key)
|
boolean |
containsValue(short val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TDoubleShortProcedure
|
boolean |
forEachKey(TDoubleProcedure
|
boolean |
forEachValue(TShortProcedure
|
short |
get(double key)
|
double |
getNoEntryKey()
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(double key)
|
boolean |
isEmpty()
|
TDoubleShortIterator |
iterator()
|
double[] |
keys()
|
double[] |
keys(double[] array)
|
TDoubleSet |
keySet()
|
short |
put(double key, short value)
|
void |
putAll(Map
|
void |
putAll(TDoubleShortMap
|
short |
putIfAbsent(double key, short value)
|
short |
remove(double key)
|
boolean |
retainEntries(TDoubleShortProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TShortFunction
|
TShortCollection |
valueCollection()
|
short[] |
values()
|
short[] |
values(short[] array)
|
public TUnmodifiableDoubleShortMap(TDoubleShortMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(double key)
public boolean containsValue(short val)
public short get(double key)
public short put(double key,
short value)public short remove(double key)
public void putAll(TDoubleShortMapm)
public void clear()
public TDoubleSetkeySet()
public double[] keys()
public double[] keys(double[] array)
public TShortCollectionvalueCollection()
public short[] values()
public short[] values(short[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public double getNoEntryKey()
public short getNoEntryValue()
public boolean forEachKey(TDoubleProcedureprocedure)
public boolean forEachValue(TShortProcedureprocedure)
public boolean forEachEntry(TDoubleShortProcedureprocedure)
public TDoubleShortIteratoriterator()
public short putIfAbsent(double key,
short value)public void transformValues(TShortFunctionfunction)
public boolean retainEntries(TDoubleShortProcedureprocedure)
public boolean increment(double key)
public boolean adjustValue(double key,
short amount)public short adjustOrPutValue(double key,
short adjust_amount,
short put_amount)