public class TUnmodifiableIntCharMap extends Objectimplements TIntCharMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableIntCharMap(TIntCharMap
|
| Modifier and Type | Method and Description |
|---|---|
char |
adjustOrPutValue(int key, char adjust_amount, char put_amount)
|
boolean |
adjustValue(int key, char amount)
|
void |
clear()
|
boolean |
containsKey(int key)
|
boolean |
containsValue(char val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TIntCharProcedure
|
boolean |
forEachKey(TIntProcedure
|
boolean |
forEachValue(TCharProcedure
|
char |
get(int key)
|
int |
getNoEntryKey()
|
char |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(int key)
|
boolean |
isEmpty()
|
TIntCharIterator |
iterator()
|
int[] |
keys()
|
int[] |
keys(int[] array)
|
TIntSet |
keySet()
|
char |
put(int key, char value)
|
void |
putAll(Map
|
void |
putAll(TIntCharMap
|
char |
putIfAbsent(int key, char value)
|
char |
remove(int key)
|
boolean |
retainEntries(TIntCharProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TCharFunction
|
TCharCollection |
valueCollection()
|
char[] |
values()
|
char[] |
values(char[] array)
|
public TUnmodifiableIntCharMap(TIntCharMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(int key)
public boolean containsValue(char val)
public char get(int key)
public char put(int key,
char value)public char remove(int key)
public void putAll(TIntCharMapm)
public void clear()
public TIntSetkeySet()
public int[] keys()
public int[] keys(int[] array)
public TCharCollectionvalueCollection()
public char[] values()
public char[] values(char[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public int getNoEntryKey()
public char getNoEntryValue()
public boolean forEachKey(TIntProcedureprocedure)
public boolean forEachValue(TCharProcedureprocedure)
public boolean forEachEntry(TIntCharProcedureprocedure)
public TIntCharIteratoriterator()
public char putIfAbsent(int key,
char value)public void transformValues(TCharFunctionfunction)
public boolean retainEntries(TIntCharProcedureprocedure)
public boolean increment(int key)
public boolean adjustValue(int key,
char amount)public char adjustOrPutValue(int key,
char adjust_amount,
char put_amount)