Liferay 6.0.5

Uses of Class
com.liferay.portal.kernel.util.MultiValueMap

Packages that use MultiValueMap
com.liferay.portal.kernel.util   
com.liferay.portal.util   
 

Uses of MultiValueMap in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return MultiValueMap
static MultiValueMap<?,?> MultiValueMapFactoryUtil.getMultiValueMap(int type)
           
 MultiValueMap<?,?> MultiValueMapFactory.getMultiValueMap(int type)
           
 

Uses of MultiValueMap in com.liferay.portal.util
 

Subclasses of MultiValueMap in com.liferay.portal.util
 class FileMultiValueMap<K extends Serializable,V extends Serializable>
           
 class MemoryMultiValueMap<K extends Serializable,V extends Serializable>
           
 

Methods in com.liferay.portal.util that return MultiValueMap
 MultiValueMap<?,?> MultiValueMapFactoryImpl.getMultiValueMap(int type)
           
 


Liferay 6.0.5