Package | Description |
---|---|
org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
org.modeshape.jcr.xml |
Modifier and Type | Interface and Description |
---|---|
interface |
ListMultimap<K,V>
A collection similar to
Map , but which may associate multiple values with any single key. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultimap<K,V>
|
class |
ArrayListMultimap<K,V>
|
class |
HashMultimap<K,V>
|
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. |
Modifier and Type | Method and Description |
---|---|
Multimap<String,String> |
NodeImportXmlHandler.ImportElement.getProperties()
Returns the imported element's properties.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.