public class UpgradeVersionTreeMap extends TreeMap<Version,UpgradeProcess>
| Constructor and Description |
|---|
UpgradeVersionTreeMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
put(Version key,
UpgradeProcess... upgradeProcesses) |
UpgradeProcess |
put(Version key,
UpgradeProcess upgradeProcess) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuespublic UpgradeProcess put(Version key, UpgradeProcess upgradeProcess)
put in interface Map<Version,UpgradeProcess>put in class TreeMap<Version,UpgradeProcess>public void put(Version key, UpgradeProcess... upgradeProcesses)