public class TUnmodifiableByteIntMap extends Objectimplements TByteIntMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableByteIntMap(TByteIntMap
|
| Modifier and Type | Method and Description |
|---|---|
int |
adjustOrPutValue(byte key, int adjust_amount, int put_amount)
|
boolean |
adjustValue(byte key, int amount)
|
void |
clear()
|
boolean |
containsKey(byte key)
|
boolean |
containsValue(int val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TByteIntProcedure
|
boolean |
forEachKey(TByteProcedure
|
boolean |
forEachValue(TIntProcedure
|
int |
get(byte key)
|
byte |
getNoEntryKey()
|
int |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(byte key)
|
boolean |
isEmpty()
|
TByteIntIterator |
iterator()
|
byte[] |
keys()
|
byte[] |
keys(byte[] array)
|
TByteSet |
keySet()
|
int |
put(byte key, int value)
|
void |
putAll(Map
|
void |
putAll(TByteIntMap
|
int |
putIfAbsent(byte key, int value)
|
int |
remove(byte key)
|
boolean |
retainEntries(TByteIntProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TIntFunction
|
TIntCollection |
valueCollection()
|
int[] |
values()
|
int[] |
values(int[] array)
|
public TUnmodifiableByteIntMap(TByteIntMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(byte key)
public boolean containsValue(int val)
public int get(byte key)
public int put(byte key,
int value)public int remove(byte key)
public void putAll(TByteIntMapm)
public void clear()
public TByteSetkeySet()
public byte[] keys()
public byte[] keys(byte[] array)
public TIntCollectionvalueCollection()
public int[] values()
public int[] values(int[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public byte getNoEntryKey()
public int getNoEntryValue()
public boolean forEachKey(TByteProcedureprocedure)
public boolean forEachValue(TIntProcedureprocedure)
public boolean forEachEntry(TByteIntProcedureprocedure)
public TByteIntIteratoriterator()
public int putIfAbsent(byte key,
int value)public void transformValues(TIntFunctionfunction)
public boolean retainEntries(TByteIntProcedureprocedure)
public boolean increment(byte key)
public boolean adjustValue(byte key,
int amount)public int adjustOrPutValue(byte key,
int adjust_amount,
int put_amount)