IntegerScheme
data class IntegerScheme(myName: String, minValue: Long, maxValue: Long, base: Int, groupingSeparator: String, capitalization: CapitalizationMode, prefix: String, suffix: String) : Scheme<IntegerScheme>
Content copied to clipboard
Contains settings for generating random integers.
See also
Constructors
IntegerScheme
Link copied to clipboard
fun IntegerScheme(myName: String = DEFAULT_NAME, minValue: Long = DEFAULT_MIN_VALUE, maxValue: Long = DEFAULT_MAX_VALUE, base: Int = DEFAULT_BASE, groupingSeparator: String = DEFAULT_GROUPING_SEPARATOR, capitalization: CapitalizationMode = DEFAULT_CAPITALIZATION, prefix: String = DEFAULT_PREFIX, suffix: String = DEFAULT_SUFFIX)
Content copied to clipboard
Types
Functions
copyAs
Link copied to clipboard
copyFrom
Link copied to clipboard
getDisplayName
Link copied to clipboard
safeSetGroupingSeparator
Link copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard