public class RandomUtils extends Object
| Constructor and Description |
|---|
RandomUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
nextItem(Collection<T> coll) |
static <T> T |
nextItem(T[] coll) |
public static <T> T nextItem(T[] coll)
public static <T> T nextItem(Collection<T> coll)
Copyright © 2021. All rights reserved.