| Interface | Description |
|---|---|
| BooleanSetting |
Represents an individual setting with a boolean value.
|
| Setting<V extends Setting.State> |
Represents a setting.
|
| Setting.State |
Represents the state of a setting.
|
| Class | Description |
|---|---|
| BooleanSettingMap<S extends BooleanSetting> |
Represents a map of states of a given realm of settings.
|
| BooleanSettingMapFactory<S extends BooleanSetting> |
Creates and decodes
BooleanSettingMaps for a given realm of settings. |
| SettingMap<S extends Setting<V>,V extends Setting.State> |
Represents a map of states of a given realm of settings.
|
| SettingMapFactory<S extends Setting<V>,V extends Setting.State> |
Creates and decodes
SettingMaps for a given realm of settings and states. |
| Enum | Description |
|---|---|
| Tristate |
Copyright © 2020. All rights reserved.