public class AliasMap extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AliasMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAllKeys(Collection<String> computedMandatoryParams) |
boolean |
containsKey(Object key) |
String |
get(Object key) |
String |
putAlias(String key,
String alias) |
clear, clone, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic String putAlias(String key, String alias)
key - the key to alias.alias - the alias to give to the key.public boolean containsAllKeys(Collection<String> computedMandatoryParams)
public boolean containsKey(Object key)
containsKey in interface Map<String,String>containsKey in class HashMap<String,String>Copyright © 2012-2014. All Rights Reserved.