Package org.gvsig.andami
Class Launcher.MapWithAlias<Item>
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Item>
- Direct Known Subclasses:
Launcher.PluginsConfig,Launcher.PluginsServices
- Enclosing class:
Launcher
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, newHashMap, putIfAbsent, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
MapWithAlias
public MapWithAlias()
-
-
Method Details
-
getAliases
-
isAlias
-
getMainKey
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Item> - Overrides:
containsKeyin classHashMap<String,Item>
-
put
-
putAll
-
remove
-