Package org.ofbiz.base.util.collections

Interface Summary
LocalizedMap<V> A simple interface to facilitate the retreival of values based on a Locale.
 

Class Summary
FlexibleMapAccessor<T> Used to flexibly access Map values, supporting the "." (dot) syntax for accessing sub-map values and the "[]" (square bracket) syntax for accessing list elements.
FlexibleServletAccessor<T> Used to flexibly access Map values, supporting the "." (dot) syntax for accessing sub-map values and the "[]" (square bracket) syntax for accessing list elements.
FlexibleServletAccessor.AttributeAccessor<T>  
LifoSet<V> LifoSet - Set interface wrapper around a LinkedList
LRUMap<K,V> LifoSet - Set interface wrapper around a LinkedList
MapComparator MapComparator.java
MapStack<K> Map Stack
ResourceBundleMapWrapper Generic ResourceBundle Map Wrapper, given ResourceBundle allows it to be used as a Map
ResourceBundleMapWrapper.InternalRbmWrapper