com.endeca.portal.mdex.groups.model
Class AttributeGroupLinkedMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<java.lang.String,AttributeGroup>
              extended by 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

Constructor Summary
AttributeGroupLinkedMap()
           
 
Method Summary
 
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
 

Constructor Detail

AttributeGroupLinkedMap

public AttributeGroupLinkedMap()