Class UpgradeVersionTreeMap

Object
AbstractMap<K,V>
TreeMap<Version,List<UpgradeProcess>>
com.liferay.portal.kernel.upgrade.util.UpgradeVersionTreeMap
All Implemented Interfaces:
Serializable, Cloneable, Map<Version,List<UpgradeProcess>>, NavigableMap<Version,List<UpgradeProcess>>, SortedMap<Version,List<UpgradeProcess>>

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