public class TUnmodifiableByteDoubleMap extends Objectimplements TByteDoubleMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableByteDoubleMap(TByteDoubleMap
|
| Modifier and Type | Method and Description |
|---|---|
double |
adjustOrPutValue(byte key, double adjust_amount, double put_amount)
|
boolean |
adjustValue(byte key, double amount)
|
void |
clear()
|
boolean |
containsKey(byte key)
|
boolean |
containsValue(double val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TByteDoubleProcedure
|
boolean |
forEachKey(TByteProcedure
|
boolean |
forEachValue(TDoubleProcedure
|
double |
get(byte key)
|
byte |
getNoEntryKey()
|
double |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(byte key)
|
boolean |
isEmpty()
|
TByteDoubleIterator |
iterator()
|
byte[] |
keys()
|
byte[] |
keys(byte[] array)
|
TByteSet |
keySet()
|
double |
put(byte key, double value)
|
void |
putAll(Map
|
void |
putAll(TByteDoubleMap
|
double |
putIfAbsent(byte key, double value)
|
double |
remove(byte key)
|
boolean |
retainEntries(TByteDoubleProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TDoubleFunction
|
TDoubleCollection |
valueCollection()
|
double[] |
values()
|
double[] |
values(double[] array)
|
public TUnmodifiableByteDoubleMap(TByteDoubleMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(byte key)
public boolean containsValue(double val)
public double get(byte key)
public double put(byte key,
double value)public double remove(byte key)
public void putAll(TByteDoubleMapm)
public void clear()
public TByteSetkeySet()
public byte[] keys()
public byte[] keys(byte[] array)
public TDoubleCollectionvalueCollection()
public double[] values()
public double[] values(double[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public byte getNoEntryKey()
public double getNoEntryValue()
public boolean forEachKey(TByteProcedureprocedure)
public boolean forEachValue(TDoubleProcedureprocedure)
public boolean forEachEntry(TByteDoubleProcedureprocedure)
public TByteDoubleIteratoriterator()
public double putIfAbsent(byte key,
double value)public void transformValues(TDoubleFunctionfunction)
public boolean retainEntries(TByteDoubleProcedureprocedure)
public boolean increment(byte key)
public boolean adjustValue(byte key,
double amount)public double adjustOrPutValue(byte key,
double adjust_amount,
double put_amount)