Uses of Interface
com.gigaspaces.internal.collections.ObjectShortMap
Packages that use ObjectShortMap
Package
Description
-
Uses of ObjectShortMap in com.gigaspaces.internal.collections
Methods in com.gigaspaces.internal.collections that return ObjectShortMapModifier and TypeMethodDescriptionabstract <K> ObjectShortMap<K>CollectionsFactory.createObjectShortMap()<K> ObjectShortMap<K>CollectionsFactory.deserializeObjectShortMap(ObjectInput in) protected abstract <K> ObjectShortMap<K>CollectionsFactory.deserializeObjectShortMap(Object map) -
Uses of ObjectShortMap in com.gigaspaces.internal.collections.standard
Classes in com.gigaspaces.internal.collections.standard that implement ObjectShortMapMethods in com.gigaspaces.internal.collections.standard that return ObjectShortMapModifier and TypeMethodDescription<K> ObjectShortMap<K>StandardCollectionsFactory.createObjectShortMap()protected <K> ObjectShortMap<K>StandardCollectionsFactory.deserializeObjectShortMap(Object map) -
Uses of ObjectShortMap in com.gigaspaces.internal.collections.trove
Classes in com.gigaspaces.internal.collections.trove that implement ObjectShortMapMethods in com.gigaspaces.internal.collections.trove that return ObjectShortMapModifier and TypeMethodDescription<K> ObjectShortMap<K>TroveCollectionsFactory.createObjectShortMap()protected <K> ObjectShortMap<K>TroveCollectionsFactory.deserializeObjectShortMap(Object map) -
Uses of ObjectShortMap in com.gigaspaces.internal.transport
Constructors in com.gigaspaces.internal.transport with parameters of type ObjectShortMapModifierConstructorDescriptionMutliProjectionByUids(AbstractProjectionTemplate[] projections, ObjectShortMap<String> uidsByProjection)