| 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_TYPE
Default 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  
Set or List
 depending on the MultiMapConfig.valueCollectionType and creates it. | 
static <T> Collection<T> | 
ValueCollectionFactory.createCollection(MultiMapConfig.ValueCollectionType collectionType,
                int initialCapacity)
Picks right collection type, like  
Set or List
 depending on the MultiMapConfig.valueCollectionType and creates it. | 
static <T> Collection<T> | 
ValueCollectionFactory.emptyCollection(MultiMapConfig.ValueCollectionType collectionType)
Picks right empty collection type, like  
Collections.emptySet()
 or Collections.emptyList() )} depending on the
 MultiMapConfig.valueCollectionType | 
| Modifier and Type | Method and Description | 
|---|---|
MultiMapConfig.ValueCollectionType | 
MultiMapOperation.getValueCollectionType(MultiMapContainer container)  | 
| Constructor and Description | 
|---|
MultiMapResponse(Collection collection,
                MultiMapConfig.ValueCollectionType collectionType)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.