Class TroveIntegerObjectMap<V>
java.lang.Object
com.gigaspaces.internal.collections.trove.TroveIntegerObjectMap<V>
- All Implemented Interfaces:
IntegerObjectMap<V>,Serializable
- Since:
- 12.0
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TroveIntegerObjectMap
public TroveIntegerObjectMap()
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceIntegerObjectMap<V>
-
size
public int size()- Specified by:
sizein interfaceIntegerObjectMap<V>
-
get
- Specified by:
getin interfaceIntegerObjectMap<V>
-
put
- Specified by:
putin interfaceIntegerObjectMap<V>
-
remove
public void remove(int key) - Specified by:
removein interfaceIntegerObjectMap<V>
-
clear
public void clear()- Specified by:
clearin interfaceIntegerObjectMap<V>
-
keys
public int[] keys()- Specified by:
keysin interfaceIntegerObjectMap<V>
-
getValues
- Specified by:
getValuesin interfaceIntegerObjectMap<V>
-
flush
- Specified by:
flushin interfaceIntegerObjectMap<V>
-