Class AlternativeKeyMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,HashMap<String,ArrayList<String>>>
com.softwaremining.files.utils.AlternativeKeyMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,HashMap<String,ArrayList<String>>>

public class AlternativeKeyMap extends HashMap<String,HashMap<String,ArrayList<String>>>
HashMap Contains Key: AltkeyName (Unique) Value: HashMap Key : altKeyValue (Ordered- Duplicated) Value: primKey__Value
See Also: