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> |
|
GenericMap<K,V> |
|
GenericMapCollection<K,V,M extends java.util.Map<K,V>,I> |
|
GenericMapEntry<K,V> |
|
GenericMapEntrySet<K,V,M extends GenericMap<K,V>> |
|
GenericMapKeySet<K,V,M extends java.util.Map<K,V>> |
|
GenericMapSet<K,V,M extends java.util.Map<K,V>,I> |
|
GenericMapValues<K,V,M extends java.util.Map<K,V>> |
|
IteratorWrapper<DEST,SRC> |
|
LifoSet<V> |
LifoSet - Set interface wrapper around a LinkedList
|
LRUMap<K,V> |
LifoSet - Set interface wrapper around a LinkedList
|
MapComparator |
MapComparator.java
|
MapContext<K,V> |
Map Context
Provide a combined view for a collection of maps which are organized in a deque.
|
MapStack<K> |
Map Stack
|
MultivaluedMapContext<K,V> |
MultivaluedMap Context
A MapContext which handles multiple values for the same key.
|
MultivaluedMapContextAdapter<K,V> |
|
PagedList<E> |
Stores the result of a subset of data items from a source (such
as EntityListIterator).
|
ReadOnlyMapEntry<K,V> |
this class can go away when ofbiz switches to java 1.6, replaced by
AbstractMap.SimpleImmutableEntry
|
ResourceBundleMapWrapper |
Generic ResourceBundle Map Wrapper, given ResourceBundle allows it to be used as a Map
|
ResourceBundleMapWrapper.InternalRbmWrapper |
|