public class TUnmodifiableCharByteMap extends Objectimplements TCharByteMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableCharByteMap(TCharByteMap
|
| Modifier and Type | Method and Description |
|---|---|
byte |
adjustOrPutValue(char key, byte adjust_amount, byte put_amount)
|
boolean |
adjustValue(char key, byte amount)
|
void |
clear()
|
boolean |
containsKey(char key)
|
boolean |
containsValue(byte val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TCharByteProcedure
|
boolean |
forEachKey(TCharProcedure
|
boolean |
forEachValue(TByteProcedure
|
byte |
get(char key)
|
char |
getNoEntryKey()
|
byte |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(char key)
|
boolean |
isEmpty()
|
TCharByteIterator |
iterator()
|
char[] |
keys()
|
char[] |
keys(char[] array)
|
TCharSet |
keySet()
|
byte |
put(char key, byte value)
|
void |
putAll(Map
|
void |
putAll(TCharByteMap
|
byte |
putIfAbsent(char key, byte value)
|
byte |
remove(char key)
|
boolean |
retainEntries(TCharByteProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TByteFunction
|
TByteCollection |
valueCollection()
|
byte[] |
values()
|
byte[] |
values(byte[] array)
|
public TUnmodifiableCharByteMap(TCharByteMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(char key)
public boolean containsValue(byte val)
public byte get(char key)
public byte put(char key,
byte value)public byte remove(char key)
public void putAll(TCharByteMapm)
public void clear()
public TCharSetkeySet()
public char[] keys()
public char[] keys(char[] array)
public TByteCollectionvalueCollection()
public byte[] values()
public byte[] values(byte[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public char getNoEntryKey()
public byte getNoEntryValue()
public boolean forEachKey(TCharProcedureprocedure)
public boolean forEachValue(TByteProcedureprocedure)
public boolean forEachEntry(TCharByteProcedureprocedure)
public TCharByteIteratoriterator()
public byte putIfAbsent(char key,
byte value)public void transformValues(TByteFunctionfunction)
public boolean retainEntries(TCharByteProcedureprocedure)
public boolean increment(char key)
public boolean adjustValue(char key,
byte amount)public byte adjustOrPutValue(char key,
byte adjust_amount,
byte put_amount)