public class TUnmodifiableByteCharMap extends Objectimplements TByteCharMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableByteCharMap(TByteCharMap
|
| Modifier and Type | Method and Description |
|---|---|
char |
adjustOrPutValue(byte key, char adjust_amount, char put_amount)
|
boolean |
adjustValue(byte key, char amount)
|
void |
clear()
|
boolean |
containsKey(byte key)
|
boolean |
containsValue(char val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TByteCharProcedure
|
boolean |
forEachKey(TByteProcedure
|
boolean |
forEachValue(TCharProcedure
|
char |
get(byte key)
|
byte |
getNoEntryKey()
|
char |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(byte key)
|
boolean |
isEmpty()
|
TByteCharIterator |
iterator()
|
byte[] |
keys()
|
byte[] |
keys(byte[] array)
|
TByteSet |
keySet()
|
char |
put(byte key, char value)
|
void |
putAll(Map
|
void |
putAll(TByteCharMap
|
char |
putIfAbsent(byte key, char value)
|
char |
remove(byte key)
|
boolean |
retainEntries(TByteCharProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TCharFunction
|
TCharCollection |
valueCollection()
|
char[] |
values()
|
char[] |
values(char[] array)
|
public TUnmodifiableByteCharMap(TByteCharMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(byte key)
public boolean containsValue(char val)
public char get(byte key)
public char put(byte key,
char value)public char remove(byte key)
public void putAll(TByteCharMapm)
public void clear()
public TByteSetkeySet()
public byte[] keys()
public byte[] keys(byte[] array)
public TCharCollectionvalueCollection()
public char[] values()
public char[] values(char[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public byte getNoEntryKey()
public char getNoEntryValue()
public boolean forEachKey(TByteProcedureprocedure)
public boolean forEachValue(TCharProcedureprocedure)
public boolean forEachEntry(TByteCharProcedureprocedure)
public TByteCharIteratoriterator()
public char putIfAbsent(byte key,
char value)public void transformValues(TCharFunctionfunction)
public boolean retainEntries(TByteCharProcedureprocedure)
public boolean increment(byte key)
public boolean adjustValue(byte key,
char amount)public char adjustOrPutValue(byte key,
char adjust_amount,
char put_amount)