|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMultimap | |
---|---|
org.modeshape.common.collection | A set of common classes for dealing with collections of other objects. |
Uses of AbstractMultimap in org.modeshape.common.collection |
---|
Subclasses of AbstractMultimap in org.modeshape.common.collection | |
---|---|
class |
ArrayListMultimap<K,V>
A Multimap implementation that uses an ArrayList to store the values associated with a key. |
class |
HashMultimap<K,V>
A Multimap implementation that uses an HashSet to store the values associated with a key. |
class |
LinkedHashMultimap<K,V>
A Multimap implementation that uses an LinkedHashSet to store the values associated with a key. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |