org.ofbiz.base.util.collections
Interface LocalizedMap<V>

All Known Implementing Classes:
GenericEntity, GenericEntity.NullGenericEntity, GenericPK, GenericValue, GenericValue.NullGenericValue, GenericValueHtmlWrapper, MapStack

public interface LocalizedMap<V>

A simple interface to facilitate the retreival of values based on a Locale.


Method Summary
 V get(java.lang.String name, java.util.Locale locale)
           
 

Method Detail

get

V get(java.lang.String name,
      java.util.Locale locale)