public class TSynchronizedCharObjectMap<V> extends Objectimplements TCharObjectMap <V>, Serializable
| Constructor and Description |
|---|
TSynchronizedCharObjectMap(TCharObjectMap
|
TSynchronizedCharObjectMap(TCharObjectMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
|
boolean |
containsKey(char key)
|
boolean |
containsValue(Object
|
boolean |
equals(Object
|
boolean |
forEachEntry(TCharObjectProcedure
|
boolean |
forEachKey(TCharProcedure
|
boolean |
forEachValue(TObjectProcedure
|
V |
get(char key)
|
char |
getNoEntryKey()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TCharObjectIterator |
iterator()
|
char[] |
keys()
|
char[] |
keys(char[] array)
|
TCharSet |
keySet()
|
V |
put(char key, V value)
|
void |
putAll(Map
|
void |
putAll(TCharObjectMap
|
V |
putIfAbsent(char key, V value)
|
V |
remove(char key)
|
boolean |
retainEntries(TCharObjectProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TObjectFunction
|
Collection |
valueCollection()
|
Object |
values()
|
V[] |
values(V[] array)
|
public TSynchronizedCharObjectMap(TCharObjectMap<V> m)
public TSynchronizedCharObjectMap(TCharObjectMap<V> m, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(char key)
public boolean containsValue(Objectvalue)
public V get(char key)
public V remove(char key)
public void putAll(TCharObjectMap<? extends V> map)
public void clear()
public TCharSetkeySet()
public char[] keys()
public char[] keys(char[] array)
public Collection<V> valueCollection()
public Object[] values()
public TCharObjectIterator<V> iterator()
public char getNoEntryKey()
public boolean forEachKey(TCharProcedureprocedure)
public boolean forEachValue(TObjectProcedure<? super V> procedure)
public boolean forEachEntry(TCharObjectProcedure<? super V> procedure)
public void transformValues(TObjectFunction<V ,V> function)
public boolean retainEntries(TCharObjectProcedure<? super V> procedure)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()