Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.util.MappingEnumeration.Mapper

Packages that use MappingEnumeration.Mapper
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of MappingEnumeration.Mapper in com.liferay.portal.kernel.util
 

Fields in com.liferay.portal.kernel.util declared as MappingEnumeration.Mapper
protected  MappingEnumeration.Mapper<T,R> MappingEnumeration.mapper
           
 

Constructors in com.liferay.portal.kernel.util with parameters of type MappingEnumeration.Mapper
MappingEnumeration(Enumeration<T> enumeration, MappingEnumeration.Mapper<T,R> mapper)
           
 


Liferay 6.2-ce-ga5