|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Random
com.liferay.portal.kernel.util.Randomizer
@Deprecated public class Randomizer
| Constructor Summary | |
|---|---|
Randomizer()
Deprecated. |
|
Randomizer(long seed)
Deprecated. |
|
| Method Summary | |
|---|---|
static Randomizer |
getInstance()
Deprecated. |
int[] |
nextInt(int n,
int size)
Deprecated. |
void |
randomize(char[] array)
Deprecated. |
void |
randomize(int[] array)
Deprecated. |
void |
randomize(List<Object> list)
Deprecated. |
void |
randomize(Object[] array)
Deprecated. |
String |
randomize(String s)
Deprecated. |
| Methods inherited from class java.util.Random |
|---|
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Randomizer()
public Randomizer(long seed)
| Method Detail |
|---|
public static Randomizer getInstance()
public int[] nextInt(int n,
int size)
public void randomize(char[] array)
public void randomize(int[] array)
public void randomize(List<Object> list)
public void randomize(Object[] array)
public String randomize(String s)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||