public class TSynchronizedShortObjectMap<V> extends Objectimplements TShortObjectMap <V>, Serializable
| Constructor and Description |
|---|
TSynchronizedShortObjectMap(TShortObjectMap
|
TSynchronizedShortObjectMap(TShortObjectMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(Object
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortObjectProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TObjectProcedure
|
V |
get(short key)
|
short |
getNoEntryKey()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TShortObjectIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
V |
put(short key, V value)
|
void |
putAll(Map
|
void |
putAll(TShortObjectMap
|
V |
putIfAbsent(short key, V value)
|
V |
remove(short key)
|
boolean |
retainEntries(TShortObjectProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TObjectFunction
|
Collection |
valueCollection()
|
Object |
values()
|
V[] |
values(V[] array)
|
public TSynchronizedShortObjectMap(TShortObjectMap<V> m)
public TSynchronizedShortObjectMap(TShortObjectMap<V> m, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(Objectvalue)
public V get(short key)
public V remove(short key)
public void putAll(TShortObjectMap<? extends V> map)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public Collection<V> valueCollection()
public Object[] values()
public TShortObjectIterator<V> iterator()
public short getNoEntryKey()
public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TObjectProcedure<? super V> procedure)
public boolean forEachEntry(TShortObjectProcedure<? super V> procedure)
public void transformValues(TObjectFunction<V ,V> function)
public boolean retainEntries(TShortObjectProcedure<? super V> procedure)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()