public class TUnmodifiableShortCharMap extends Objectimplements TShortCharMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableShortCharMap(TShortCharMap
|
| Modifier and Type | Method and Description |
|---|---|
char |
adjustOrPutValue(short key, char adjust_amount, char put_amount)
|
boolean |
adjustValue(short key, char amount)
|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(char val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortCharProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TCharProcedure
|
char |
get(short key)
|
short |
getNoEntryKey()
|
char |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(short key)
|
boolean |
isEmpty()
|
TShortCharIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
char |
put(short key, char value)
|
void |
putAll(Map
|
void |
putAll(TShortCharMap
|
char |
putIfAbsent(short key, char value)
|
char |
remove(short key)
|
boolean |
retainEntries(TShortCharProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TCharFunction
|
TCharCollection |
valueCollection()
|
char[] |
values()
|
char[] |
values(char[] array)
|
public TUnmodifiableShortCharMap(TShortCharMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(char val)
public char get(short key)
public char put(short key,
char value)public char remove(short key)
public void putAll(TShortCharMapm)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TCharCollectionvalueCollection()
public char[] values()
public char[] values(char[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public short getNoEntryKey()
public char getNoEntryValue()
public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TCharProcedureprocedure)
public boolean forEachEntry(TShortCharProcedureprocedure)
public TShortCharIteratoriterator()
public char putIfAbsent(short key,
char value)public void transformValues(TCharFunctionfunction)
public boolean retainEntries(TShortCharProcedureprocedure)
public boolean increment(short key)
public boolean adjustValue(short key,
char amount)public char adjustOrPutValue(short key,
char adjust_amount,
char put_amount)