Package com.softwaremining.files.utils
Class AlternativeKeyMap
HashMap Contains
Key: AltkeyName (Unique)
Value: HashMap Key : altKeyValue (Ordered- Duplicated)
Value: primKey__Value
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
AlternativeKeyMap
public AlternativeKeyMap()
-
-
Method Details
-
getAll
public ArrayList<String> getAll(String altKey__Name, String altKey_Value) throws InvalidKeyException - Parameters:
altKey__Name_Value
-- Returns:
- a list of primKeyValues
- Throws:
InvalidKeyException
-
add
-