public class TSynchronizedIntObjectMap<V> extends Objectimplements TIntObjectMap <V>, Serializable
| Constructor and Description |
|---|
TSynchronizedIntObjectMap(TIntObjectMap
|
TSynchronizedIntObjectMap(TIntObjectMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
|
boolean |
containsKey(int key)
|
boolean |
containsValue(Object
|
boolean |
equals(Object
|
boolean |
forEachEntry(TIntObjectProcedure
|
boolean |
forEachKey(TIntProcedure
|
boolean |
forEachValue(TObjectProcedure
|
V |
get(int key)
|
int |
getNoEntryKey()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TIntObjectIterator |
iterator()
|
int[] |
keys()
|
int[] |
keys(int[] array)
|
TIntSet |
keySet()
|
V |
put(int key, V value)
|
void |
putAll(Map
|
void |
putAll(TIntObjectMap
|
V |
putIfAbsent(int key, V value)
|
V |
remove(int key)
|
boolean |
retainEntries(TIntObjectProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TObjectFunction
|
Collection |
valueCollection()
|
Object |
values()
|
V[] |
values(V[] array)
|
public TSynchronizedIntObjectMap(TIntObjectMap<V> m)
public TSynchronizedIntObjectMap(TIntObjectMap<V> m, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(int key)
public boolean containsValue(Objectvalue)
public V get(int key)
public V remove(int key)
public void putAll(TIntObjectMap<? extends V> map)
public void clear()
public TIntSetkeySet()
public int[] keys()
public int[] keys(int[] array)
public Collection<V> valueCollection()
public Object[] values()
public TIntObjectIterator<V> iterator()
public int getNoEntryKey()
public boolean forEachKey(TIntProcedureprocedure)
public boolean forEachValue(TObjectProcedure<? super V> procedure)
public boolean forEachEntry(TIntObjectProcedure<? super V> procedure)
public void transformValues(TObjectFunction<V ,V> function)
public boolean retainEntries(TIntObjectProcedure<? super V> procedure)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()