public class TUnmodifiableCharShortMap extends Objectimplements TCharShortMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableCharShortMap(TCharShortMap
|
| Modifier and Type | Method and Description |
|---|---|
short |
adjustOrPutValue(char key, short adjust_amount, short put_amount)
|
boolean |
adjustValue(char key, short amount)
|
void |
clear()
|
boolean |
containsKey(char key)
|
boolean |
containsValue(short val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TCharShortProcedure
|
boolean |
forEachKey(TCharProcedure
|
boolean |
forEachValue(TShortProcedure
|
short |
get(char key)
|
char |
getNoEntryKey()
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(char key)
|
boolean |
isEmpty()
|
TCharShortIterator |
iterator()
|
char[] |
keys()
|
char[] |
keys(char[] array)
|
TCharSet |
keySet()
|
short |
put(char key, short value)
|
void |
putAll(Map
|
void |
putAll(TCharShortMap
|
short |
putIfAbsent(char key, short value)
|
short |
remove(char key)
|
boolean |
retainEntries(TCharShortProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TShortFunction
|
TShortCollection |
valueCollection()
|
short[] |
values()
|
short[] |
values(short[] array)
|
public TUnmodifiableCharShortMap(TCharShortMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(char key)
public boolean containsValue(short val)
public short get(char key)
public short put(char key,
short value)public short remove(char key)
public void putAll(TCharShortMapm)
public void clear()
public TCharSetkeySet()
public char[] keys()
public char[] keys(char[] array)
public TShortCollectionvalueCollection()
public short[] values()
public short[] values(short[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public char getNoEntryKey()
public short getNoEntryValue()
public boolean forEachKey(TCharProcedureprocedure)
public boolean forEachValue(TShortProcedureprocedure)
public boolean forEachEntry(TCharShortProcedureprocedure)
public TCharShortIteratoriterator()
public short putIfAbsent(char key,
short value)public void transformValues(TShortFunctionfunction)
public boolean retainEntries(TCharShortProcedureprocedure)
public boolean increment(char key)
public boolean adjustValue(char key,
short amount)public short adjustOrPutValue(char key,
short adjust_amount,
short put_amount)