Package com.fwdekker.randomness.integer   
            Insertion of random integers.
Types
IntegerGroupAction
                          
                    
                  Link copied to clipboard
                        IntegerInsertAction
                          
                    
                  Link copied to clipboard
                        IntegerScheme
                          
                    Link copied to clipboard
                        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
IntegerSettings
                          
                    Link copied to clipboard
                        data class IntegerSettings(schemes: MutableList<IntegerScheme>, currentSchemeName: String) : Settings<IntegerSettings, IntegerScheme> 
Content copied to clipboard
IntegerSettingsAction
                          
                    
                  Link copied to clipboard
                        IntegerSettingsComponent
                          
                    Link copied to clipboard
                        class IntegerSettingsComponent(settings: IntegerSettings) : SettingsComponent<IntegerSettings, IntegerScheme> 
Content copied to clipboard
IntegerSettingsConfigurable
                          
                    Link copied to clipboard
                        class IntegerSettingsConfigurable(component: IntegerSettingsComponent) : SettingsConfigurable<IntegerSettings, IntegerScheme> 
Content copied to clipboard