Package | Description |
---|---|
org.eclipse.collections.impl.multimap.set |
This package contains implementations of the
SetMultimap interface. |
org.eclipse.collections.impl.multimap.set.strategy |
This package contains implementations of the
SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key. |
Modifier and Type | Class | Description |
---|---|---|
class |
MultiReaderUnifiedSetMultimap<K,V> |
|
class |
UnifiedSetMultimap<K,V> |
Modifier and Type | Class | Description |
---|---|---|
class |
UnifiedSetWithHashingStrategyMultimap<K,V> |
Copyright © 2004–2019. All rights reserved.