Uses of Interface
org.jboss.portal.common.util.MultiValuedPropertyMap

Packages that use MultiValuedPropertyMap
org.jboss.portal.common.util   
 

Uses of MultiValuedPropertyMap in org.jboss.portal.common.util
 

Classes in org.jboss.portal.common.util that implement MultiValuedPropertyMap
 class SimpleMultiValuedPropertyMap<T>
          A map of multi valued properties.
 

Methods in org.jboss.portal.common.util that return MultiValuedPropertyMap
static
<T> MultiValuedPropertyMap<T>
Tools.emptyMultiValuedPropertyMap()
           
 

Methods in org.jboss.portal.common.util with parameters of type MultiValuedPropertyMap
 void MultiValuedPropertyMap.append(MultiValuedPropertyMap<T> appended)
           
 void SimpleMultiValuedPropertyMap.append(MultiValuedPropertyMap<T> appended)
          Append the multi valued property map to this one.
 



Copyright © 2008. All Rights Reserved.