| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. | 
| com.hazelcast.multimap.impl.operations | Contains operations for Hazelcast MultiMap module. | 
| Modifier and Type | Field and Description | 
|---|---|
| static MultiMapConfig.ValueCollectionType | MultiMapConfig. DEFAULT_VALUE_COLLECTION_TYPEDefault value collection type of this MultiMap. | 
| Modifier and Type | Method and Description | 
|---|---|
| MultiMapConfig.ValueCollectionType | MultiMapConfig. getValueCollectionType()Gets the collection type for the values of this MultiMap. | 
| static MultiMapConfig.ValueCollectionType | MultiMapConfig.ValueCollectionType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MultiMapConfig.ValueCollectionType[] | MultiMapConfig.ValueCollectionType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| MultiMapConfig | MultiMapConfig. setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)Sets the collection type for the values of this MultiMap. | 
| MultiMapConfig | MultiMapConfigReadOnly. setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Collection<T> | ValueCollectionFactory. createCollection(MultiMapConfig.ValueCollectionType collectionType)Picks right collection type, like  SetorListdepending on theMultiMapConfig.valueCollectionTypeand creates it. | 
| static <T> Collection<T> | ValueCollectionFactory. createCollection(MultiMapConfig.ValueCollectionType collectionType,
                int initialCapacity)Picks right collection type, like  SetorListdepending on theMultiMapConfig.valueCollectionTypeand creates it. | 
| static <T> Collection<T> | ValueCollectionFactory. emptyCollection(MultiMapConfig.ValueCollectionType collectionType)Picks right empty collection type, like  Collections.emptySet()orCollections.emptyList())} depending on theMultiMapConfig.valueCollectionType | 
| Modifier and Type | Method and Description | 
|---|---|
| MultiMapConfig.ValueCollectionType | MultiMapOperation. getValueCollectionType(MultiMapContainer container) | 
| Constructor and Description | 
|---|
| MultiMapResponse(Collection collection,
                MultiMapConfig.ValueCollectionType collectionType) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.