public class WSRandom extends Object
| Constructor and Description |
|---|
WSRandom() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ccId() |
static String |
hexString(int byteCount) |
static String |
mac() |
static long |
nextId() |
static <T> List<T> |
selectAFew(int howMany,
List<T> things) |
static <T> List<T> |
selectAFew(int howMany,
T... things) |
static <T> T |
selectOne(List<T> things) |
static <T> T |
selectOne(T... things) |
static byte[] |
someData() |
static byte[] |
someData(int count) |
public static long nextId()
public static String ccId()
public static String hexString(int byteCount)
public static String mac()
@SafeVarargs public static <T> T selectOne(T... things)
public static <T> T selectOne(List<T> things)
public static byte[] someData()
public static byte[] someData(int count)
@SafeVarargs public static <T> List<T> selectAFew(int howMany, T... things)
Copyright © 2015. All rights reserved.