|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.org.usurper.utils.RandomUtils
public class RandomUtils
The Class RandomUtils provides a series of simple Random generators.
It is freely and obviously inspired by code from commons-lang.
| Method Summary | |
|---|---|
static java.lang.Boolean |
nextBoolean()
Next boolean. |
static java.lang.Byte |
nextByte()
Next byte. |
static java.lang.Character |
nextCharacter()
Next character. |
static java.util.Date |
nextDate()
|
static java.lang.Double |
nextDouble()
|
static java.lang.Integer |
nextInteger()
|
static java.lang.Long |
nextLong()
|
static java.lang.Short |
nextShort()
|
static java.lang.String |
nextString(java.lang.Integer length)
Next character. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Boolean nextBoolean()
public static java.lang.Byte nextByte()
public static java.lang.Integer nextInteger()
public static java.lang.Character nextCharacter()
public static java.lang.String nextString(java.lang.Integer length)
public static java.lang.Long nextLong()
public static java.util.Date nextDate()
public static java.lang.Short nextShort()
public static java.lang.Double nextDouble()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||