public class WizardStepMap extends HashMap<String,WizardStep> implements WizardStepProvider
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
WizardStepMap() |
| Modifier and Type | Method and Description |
|---|---|
WizardStep |
getStep(String name)
Returns the
WizardStep corresponding to the passed name. |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic WizardStep getStep(String name)
WizardStepProviderWizardStep corresponding to the passed name.getStep in interface WizardStepProvidername - the name of the WizardStep to findWizardStep corresponding to the passed name or null if no such step exists.Copyright © 2004–2016 XWiki. All rights reserved.