Class CollectionsFactory
java.lang.Object
com.gigaspaces.internal.collections.CollectionsFactory
- Direct Known Subclasses:
StandardCollectionsFactory,TroveCollectionsFactory
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IntegerListabstract <V> IntegerObjectMap<V>abstract IntegerSetabstract IntegerSetcreateIntegerSet(int initialCapacity) abstract <V> LongObjectMap<V>abstract <K,V> Map<K, V> abstract <K,V> Map<K, V> createMap(int initialCapacity) abstract <K,V> Map<K, V> createMap(int initialCapacity, float loadFactor) abstract <K,V> Map<K, V> abstract <K> ObjectIntegerMap<K>abstract <K> ObjectLongMap<K>abstract <K> ObjectShortMap<K>abstract ShortListabstract ShortLongMapabstract <V> ShortObjectMap<V>abstract <V> ShortObjectMap<V>createShortObjectMap(int initialCapacity) <K> ObjectShortMap<K>protected abstract <K> ObjectShortMap<K>protected abstract ShortLongMap<K,V> boolean forEachEntry(Map<K, V> map, MapProcedure<K, V> procedure) static CollectionsFactory
-
Constructor Details
-
CollectionsFactory
public CollectionsFactory()
-
-
Method Details
-
getInstance
-
createMap
-
createMap
-
createMap
-
createMap
-
createShortList
-
createIntegerList
-
createIntegerSet
-
createIntegerSet
-
createShortLongMap
-
deserializeShortLongMap
public ShortLongMap deserializeShortLongMap(ObjectInput in) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
deserializeShortLongMap
-
createShortObjectMap
-
createShortObjectMap
-
createObjectShortMap
-
createLongObjectMap
-
createObjectLongMap
-
deserializeObjectShortMap
public <K> ObjectShortMap<K> deserializeObjectShortMap(ObjectInput in) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
deserializeObjectShortMap
-
createIntegerObjectMap
-
createObjectIntegerMap
-
forEachEntry
-