public class TSynchronizedFloatObjectMap<V> extends Objectimplements TFloatObjectMap <V>, Serializable
| Constructor and Description |
|---|
TSynchronizedFloatObjectMap(TFloatObjectMap
|
TSynchronizedFloatObjectMap(TFloatObjectMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
|
boolean |
containsKey(float key)
|
boolean |
containsValue(Object
|
boolean |
equals(Object
|
boolean |
forEachEntry(TFloatObjectProcedure
|
boolean |
forEachKey(TFloatProcedure
|
boolean |
forEachValue(TObjectProcedure
|
V |
get(float key)
|
float |
getNoEntryKey()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TFloatObjectIterator |
iterator()
|
float[] |
keys()
|
float[] |
keys(float[] array)
|
TFloatSet |
keySet()
|
V |
put(float key, V value)
|
void |
putAll(Map
|
void |
putAll(TFloatObjectMap
|
V |
putIfAbsent(float key, V value)
|
V |
remove(float key)
|
boolean |
retainEntries(TFloatObjectProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TObjectFunction
|
Collection |
valueCollection()
|
Object |
values()
|
V[] |
values(V[] array)
|
public TSynchronizedFloatObjectMap(TFloatObjectMap<V> m)
public TSynchronizedFloatObjectMap(TFloatObjectMap<V> m, Object mutex)
public int size()
public boolean isEmpty()
public boolean containsKey(float key)
public boolean containsValue(Objectvalue)
public V get(float key)
public V remove(float key)
public void putAll(TFloatObjectMap<? extends V> map)
public void clear()
public TFloatSetkeySet()
public float[] keys()
public float[] keys(float[] array)
public Collection<V> valueCollection()
public Object[] values()
public TFloatObjectIterator<V> iterator()
public float getNoEntryKey()
public boolean forEachKey(TFloatProcedureprocedure)
public boolean forEachValue(TObjectProcedure<? super V> procedure)
public boolean forEachEntry(TFloatObjectProcedure<? super V> procedure)
public void transformValues(TObjectFunction<V ,V> function)
public boolean retainEntries(TFloatObjectProcedure<? super V> procedure)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()