public class TUnmodifiableDoubleByteMap extends Objectimplements TDoubleByteMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableDoubleByteMap(TDoubleByteMap
|
| Modifier and Type | Method and Description |
|---|---|
byte |
adjustOrPutValue(double key, byte adjust_amount, byte put_amount)
|
boolean |
adjustValue(double key, byte amount)
|
void |
clear()
|
boolean |
containsKey(double key)
|
boolean |
containsValue(byte val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TDoubleByteProcedure
|
boolean |
forEachKey(TDoubleProcedure
|
boolean |
forEachValue(TByteProcedure
|
byte |
get(double key)
|
double |
getNoEntryKey()
|
byte |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(double key)
|
boolean |
isEmpty()
|
TDoubleByteIterator |
iterator()
|
double[] |
keys()
|
double[] |
keys(double[] array)
|
TDoubleSet |
keySet()
|
byte |
put(double key, byte value)
|
void |
putAll(Map
|
void |
putAll(TDoubleByteMap
|
byte |
putIfAbsent(double key, byte value)
|
byte |
remove(double key)
|
boolean |
retainEntries(TDoubleByteProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TByteFunction
|
TByteCollection |
valueCollection()
|
byte[] |
values()
|
byte[] |
values(byte[] array)
|
public TUnmodifiableDoubleByteMap(TDoubleByteMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(double key)
public boolean containsValue(byte val)
public byte get(double key)
public byte put(double key,
byte value)public byte remove(double key)
public void putAll(TDoubleByteMapm)
public void clear()
public TDoubleSetkeySet()
public double[] keys()
public double[] keys(double[] array)
public TByteCollectionvalueCollection()
public byte[] values()
public byte[] values(byte[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public double getNoEntryKey()
public byte getNoEntryValue()
public boolean forEachKey(TDoubleProcedureprocedure)
public boolean forEachValue(TByteProcedureprocedure)
public boolean forEachEntry(TDoubleByteProcedureprocedure)
public TDoubleByteIteratoriterator()
public byte putIfAbsent(double key,
byte value)public void transformValues(TByteFunctionfunction)
public boolean retainEntries(TDoubleByteProcedureprocedure)
public boolean increment(double key)
public boolean adjustValue(double key,
byte amount)public byte adjustOrPutValue(double key,
byte adjust_amount,
byte put_amount)