Class UpgradeVersionTreeMap
Object
AbstractMap<K,V>
- All Implemented Interfaces:
Serializable,Cloneable,Map<Version,,List<UpgradeProcess>> NavigableMap<Version,,List<UpgradeProcess>> SortedMap<Version,List<UpgradeProcess>>
- Author:
- Luis Ortiz
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidput(Version key, UpgradeProcess... upgradeProcesses) put(Version key, List<UpgradeProcess> upgradeProcesses) Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
Constructor Details
-
UpgradeVersionTreeMap
public UpgradeVersionTreeMap()
-
-
Method Details
-
put
- Specified by:
putin interfaceMap<Version,List<UpgradeProcess>> - Overrides:
putin classTreeMap<Version,List<UpgradeProcess>>
-
put
-