public class TUnmodifiableLongByteMap extends Objectimplements TLongByteMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableLongByteMap(TLongByteMap
|
| Modifier and Type | Method and Description |
|---|---|
byte |
adjustOrPutValue(long key, byte adjust_amount, byte put_amount)
|
boolean |
adjustValue(long key, byte amount)
|
void |
clear()
|
boolean |
containsKey(long key)
|
boolean |
containsValue(byte val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TLongByteProcedure
|
boolean |
forEachKey(TLongProcedure
|
boolean |
forEachValue(TByteProcedure
|
byte |
get(long key)
|
long |
getNoEntryKey()
|
byte |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(long key)
|
boolean |
isEmpty()
|
TLongByteIterator |
iterator()
|
long[] |
keys()
|
long[] |
keys(long[] array)
|
TLongSet |
keySet()
|
byte |
put(long key, byte value)
|
void |
putAll(Map
|
void |
putAll(TLongByteMap
|
byte |
putIfAbsent(long key, byte value)
|
byte |
remove(long key)
|
boolean |
retainEntries(TLongByteProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TByteFunction
|
TByteCollection |
valueCollection()
|
byte[] |
values()
|
byte[] |
values(byte[] array)
|
public TUnmodifiableLongByteMap(TLongByteMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(long key)
public boolean containsValue(byte val)
public byte get(long key)
public byte put(long key,
byte value)public byte remove(long key)
public void putAll(TLongByteMapm)
public void clear()
public TLongSetkeySet()
public long[] keys()
public long[] keys(long[] array)
public TByteCollectionvalueCollection()
public byte[] values()
public byte[] values(byte[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public long getNoEntryKey()
public byte getNoEntryValue()
public boolean forEachKey(TLongProcedureprocedure)
public boolean forEachValue(TByteProcedureprocedure)
public boolean forEachEntry(TLongByteProcedureprocedure)
public TLongByteIteratoriterator()
public byte putIfAbsent(long key,
byte value)public void transformValues(TByteFunctionfunction)
public boolean retainEntries(TLongByteProcedureprocedure)
public boolean increment(long key)
public boolean adjustValue(long key,
byte amount)public byte adjustOrPutValue(long key,
byte adjust_amount,
byte put_amount)