| Constructor and Description |
|---|
EnumOptionKey(T value) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<T> |
getAllValues() |
protected void |
onValueUpdate(org.graalvm.collections.EconomicMap<OptionKey<?>,Object> values,
T oldValue,
T newValue)
Notifies this object when a value associated with this key is set or updated in
values. |
Object |
valueOf(String name) |
afterValueUpdate, checkDescriptorExists, getDefaultValue, getDescriptor, getName, getValue, getValueOrDefault, hasBeenSet, putIfAbsent, setDescriptor, toString, updatepublic EnumOptionKey(T value)
protected void onValueUpdate(org.graalvm.collections.EconomicMap<OptionKey<?>,Object> values, T oldValue, T newValue)
OptionKeyvalues.onValueUpdate in class OptionKey<T extends Enum<T>>