public class AgenciesMap extends HashMap<String,AgenciesList> implements Map<String,AgenciesList>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AgenciesMap() |
AgenciesMap(AgenciesMap agenciesMap) |
AgenciesMap(int initialCapability) |
AgenciesMap(int initialCapability,
float loadFactor) |
| Modifier and Type | Method and Description |
|---|---|
AgenciesList |
get(Object key) |
AgenciesList |
put(String key,
AgenciesList value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic AgenciesMap()
public AgenciesMap(int initialCapability)
public AgenciesMap(int initialCapability,
float loadFactor)
public AgenciesMap(AgenciesMap agenciesMap)
public AgenciesList put(String key, AgenciesList value)
put in interface Map<String,AgenciesList>put in class HashMap<String,AgenciesList>public AgenciesList get(Object key)
get in interface Map<String,AgenciesList>get in class HashMap<String,AgenciesList>Copyright © 2018. All Rights Reserved.