Uses of Interface
com.ideanest.util.MultiMap

Packages that use MultiMap
com.ideanest.util   
 

Uses of MultiMap in com.ideanest.util
 

Classes in com.ideanest.util that implement MultiMap
 class AbstractMultiMap
           
 class CollectionValuedMultiMap
          Insert the type's description here.
 class CountingBagMultiMap
          Insert the type's description here.
 class WrapperMultiMap
          Insert the type's description here.
 

Methods in com.ideanest.util with parameters of type MultiMap
 boolean MultiMap.addAll(MultiMap map)
           
 boolean AbstractMultiMap.addAll(MultiMap map)