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>>

public class UpgradeVersionTreeMap extends TreeMap<Version,List<UpgradeProcess>>
Author:
Luis Ortiz
See Also: