Uses of Class
org.modeshape.common.collection.LinkedHashMultimap

Packages that use LinkedHashMultimap
org.modeshape.common.collection A set of common classes for dealing with collections of other objects. 
 

Uses of LinkedHashMultimap in org.modeshape.common.collection
 

Methods in org.modeshape.common.collection that return LinkedHashMultimap
static
<K,V> LinkedHashMultimap<K,V>
LinkedHashMultimap.create()
          Creates a new, empty LinkedHashMultimap (that allows no duplicates) with the default initial capacity.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.