T
- The setting typepublic abstract static class Preferences.AbstractSetting<T> extends Object implements Preferences.Setting<T>
Constructor and Description |
---|
Preferences.AbstractSetting(T value)
Constructs a new
AbstractSetting with the given value |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getValue()
Returns the value of this setting.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy, equalVal, getNullInstance, visit
public Preferences.AbstractSetting(T value)
AbstractSetting
with the given valuevalue
- The setting valuepublic T getValue()
Preferences.Setting
getValue
in interface Preferences.Setting<T>