public class TUnmodifiableByteLongMap extends Objectimplements TByteLongMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableByteLongMap(TByteLongMap
|
| Modifier and Type | Method and Description |
|---|---|
long |
adjustOrPutValue(byte key, long adjust_amount, long put_amount)
|
boolean |
adjustValue(byte key, long amount)
|
void |
clear()
|
boolean |
containsKey(byte key)
|
boolean |
containsValue(long val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TByteLongProcedure
|
boolean |
forEachKey(TByteProcedure
|
boolean |
forEachValue(TLongProcedure
|
long |
get(byte key)
|
byte |
getNoEntryKey()
|
long |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(byte key)
|
boolean |
isEmpty()
|
TByteLongIterator |
iterator()
|
byte[] |
keys()
|
byte[] |
keys(byte[] array)
|
TByteSet |
keySet()
|
long |
put(byte key, long value)
|
void |
putAll(Map
|
void |
putAll(TByteLongMap
|
long |
putIfAbsent(byte key, long value)
|
long |
remove(byte key)
|
boolean |
retainEntries(TByteLongProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TLongFunction
|
TLongCollection |
valueCollection()
|
long[] |
values()
|
long[] |
values(long[] array)
|
public TUnmodifiableByteLongMap(TByteLongMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(byte key)
public boolean containsValue(long val)
public long get(byte key)
public long put(byte key,
long value)public long remove(byte key)
public void putAll(TByteLongMapm)
public void clear()
public TByteSetkeySet()
public byte[] keys()
public byte[] keys(byte[] array)
public TLongCollectionvalueCollection()
public long[] values()
public long[] values(long[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public byte getNoEntryKey()
public long getNoEntryValue()
public boolean forEachKey(TByteProcedureprocedure)
public boolean forEachValue(TLongProcedureprocedure)
public boolean forEachEntry(TByteLongProcedureprocedure)
public TByteLongIteratoriterator()
public long putIfAbsent(byte key,
long value)public void transformValues(TLongFunctionfunction)
public boolean retainEntries(TByteLongProcedureprocedure)
public boolean increment(byte key)
public boolean adjustValue(byte key,
long amount)public long adjustOrPutValue(byte key,
long adjust_amount,
long put_amount)