Class TroveCollectionsFactory
java.lang.Object
com.gigaspaces.internal.collections.CollectionsFactory
com.gigaspaces.internal.collections.trove.TroveCollectionsFactory
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> IntegerObjectMap<V>createIntegerSet(int initialCapacity) <V> LongObjectMap<V><K,V> Map<K, V> <K,V> Map<K, V> createMap(int initialCapacity) <K,V> Map<K, V> createMap(int initialCapacity, float loadFactor) <K,V> Map<K, V> <K> ObjectIntegerMap<K><K> ObjectLongMap<K><K> ObjectShortMap<K><V> ShortObjectMap<V>createShortObjectMap(int initialCapacity) protected <K> ObjectShortMap<K>protected ShortLongMap<K,V> boolean forEachEntry(Map<K, V> map, MapProcedure<K, V> procedure) Methods inherited from class com.gigaspaces.internal.collections.CollectionsFactory
deserializeObjectShortMap, deserializeShortLongMap, getInstance
-
Constructor Details
-
TroveCollectionsFactory
public TroveCollectionsFactory()
-
-
Method Details
-
createMap
- Specified by:
createMapin classCollectionsFactory
-
createMap
- Specified by:
createMapin classCollectionsFactory
-
createMap
- Specified by:
createMapin classCollectionsFactory
-
createMap
- Specified by:
createMapin classCollectionsFactory
-
forEachEntry
- Overrides:
forEachEntryin classCollectionsFactory
-
createShortList
- Specified by:
createShortListin classCollectionsFactory
-
createIntegerList
- Specified by:
createIntegerListin classCollectionsFactory
-
createIntegerSet
- Specified by:
createIntegerSetin classCollectionsFactory
-
createIntegerSet
- Specified by:
createIntegerSetin classCollectionsFactory
-
createShortLongMap
- Specified by:
createShortLongMapin classCollectionsFactory
-
deserializeShortLongMap
- Specified by:
deserializeShortLongMapin classCollectionsFactory
-
createShortObjectMap
- Specified by:
createShortObjectMapin classCollectionsFactory
-
createShortObjectMap
- Specified by:
createShortObjectMapin classCollectionsFactory
-
createObjectShortMap
- Specified by:
createObjectShortMapin classCollectionsFactory
-
createLongObjectMap
- Specified by:
createLongObjectMapin classCollectionsFactory
-
createObjectLongMap
- Specified by:
createObjectLongMapin classCollectionsFactory
-
deserializeObjectShortMap
- Specified by:
deserializeObjectShortMapin classCollectionsFactory
-
createIntegerObjectMap
- Specified by:
createIntegerObjectMapin classCollectionsFactory
-
createObjectIntegerMap
- Specified by:
createObjectIntegerMapin classCollectionsFactory
-