com.endeca.portal.mdex.groups.model
Class AttributeGroupLinkedMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<java.lang.String,AttributeGroup>
com.endeca.portal.mdex.groups.model.AttributeGroupLinkedMap
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,AttributeGroup>
public class AttributeGroupLinkedMap
- extends java.util.LinkedHashMap<java.lang.String,AttributeGroup>
A very simple extension of LinkedHashMap used to
represent a list of AttributeGroups. We extend LinkedHashMap
in order to maintain order while still allowing lookups by key.
- Author:
- Endeca Technologies, Inc.
- See Also:
- Serialized Form
| Methods inherited from class java.util.LinkedHashMap |
clear, containsValue, get, removeEldestEntry |
| Methods inherited from class java.util.HashMap |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
AttributeGroupLinkedMap
public AttributeGroupLinkedMap()