Class TroveLongObjectMap<V>
java.lang.Object
com.gigaspaces.internal.collections.trove.TroveLongObjectMap<V>
- All Implemented Interfaces:
LongObjectMap<V>
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TroveLongObjectMap
public TroveLongObjectMap()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceLongObjectMap<V>
-
get
- Specified by:
getin interfaceLongObjectMap<V>
-
put
- Specified by:
putin interfaceLongObjectMap<V>
-
remove
- Specified by:
removein interfaceLongObjectMap<V>
-
clear
public void clear()- Specified by:
clearin interfaceLongObjectMap<V>
-
getValues
- Specified by:
getValuesin interfaceLongObjectMap<V>
-
iterator
- Specified by:
iteratorin interfaceLongObjectMap<V>
-