IntegerSettings
data class IntegerSettings(schemes: MutableList<IntegerScheme>, currentSchemeName: String) : Settings<IntegerSettings, IntegerScheme>
Content copied to clipboard
The user-configurable collection of schemes applicable to generating integers.
See also
Constructors
IntegerSettings
Link copied to clipboard
fun IntegerSettings(schemes: MutableList<IntegerScheme> = DEFAULT_SCHEMES, currentSchemeName: String = DEFAULT_CURRENT_SCHEME_NAME)
Content copied to clipboard
Types
Functions
deepCopy
Link copied to clipboard
getState
Link copied to clipboard
initializeComponent
Link copied to clipboard
open fun initializeComponent()
Content copied to clipboard
loadState
Link copied to clipboard
noStateLoaded
Link copied to clipboard
open fun noStateLoaded()
Content copied to clipboard
Properties
currentScheme
Link copied to clipboard
currentSchemeName
Link copied to clipboard
schemes
Link copied to clipboard
Sources
jvm source
Link copied to clipboard