|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Multimap | |
|---|---|
| org.modeshape.common.collection | A set of common classes for dealing with collections of other objects. |
| org.modeshape.jcr.xml | |
| Uses of Multimap in org.modeshape.common.collection |
|---|
| Subinterfaces of Multimap in org.modeshape.common.collection | |
|---|---|
interface |
ListMultimap<K,V>
A collection similar to Map, but which may associate multiple values with any single key. |
| Classes in org.modeshape.common.collection that implement Multimap | |
|---|---|
class |
AbstractMultimap<K,V>
A Multimap implementation that uses an ArrayList to store the values associated with a key. |
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. |
class |
LinkedListMultimap<K,V>
A Multimap implementation that uses an LinkedList to store the values associated with a key. |
| Uses of Multimap in org.modeshape.jcr.xml |
|---|
| Methods in org.modeshape.jcr.xml that return Multimap | |
|---|---|
Multimap<String,String> |
NodeImportXmlHandler.ImportElement.getProperties()
Returns the imported element's properties. |
|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||