| Constructor and Description |
|---|
Repeat() |
| Modifier and Type | Method and Description |
|---|---|
String |
repeat(String integer)
gets the string form of the passed in integer
|
String |
repeat(String lowerRange,
String upperRange)
gets the string of a random integer between
lower range (inclusive) and upper range (inclusive)
|
@FunctionInvocation public String repeat(String lowerRange, String upperRange)
lowerRange - lower rangeupperRange - upper range@FunctionInvocation public String repeat(String integer)
integer - integer as stringCopyright © 2022. All rights reserved.