Class UpgradeVersionTreeMap
java.lang.Object
java.util.AbstractMap<Version,List<UpgradeProcess>>
java.util.TreeMap<Version,List<UpgradeProcess>>
com.liferay.portal.kernel.upgrade.util.UpgradeVersionTreeMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<Version,,List<UpgradeProcess>> NavigableMap<Version,,List<UpgradeProcess>> SequencedMap<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,V>, AbstractMap.SimpleImmutableEntry<K, V> -
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, putFirst, putIfAbsent, putLast, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.NavigableMap
reversedMethods inherited from interface java.util.SequencedMap
sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
UpgradeVersionTreeMap
public UpgradeVersionTreeMap()
-
-
Method Details
-
put
- Specified by:
putin interfaceMap<Version,List<UpgradeProcess>> - Overrides:
putin classTreeMap<Version,List<UpgradeProcess>>
-
put
-