Package org.teamapps.cluster.service
Class Utils
java.lang.Object
org.teamapps.cluster.service.Utils
public class Utils
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Utils() -
Method Summary
Modifier and Type Method Description static java.io.FilecreateTempDir()static <T> TrandomListEntry(java.util.List<T> list)static intrandomValue(int minInclusive, int maxExclusive)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
randomListEntry
public static <T> T randomListEntry(java.util.List<T> list) -
randomValue
public static int randomValue(int minInclusive, int maxExclusive) -
createTempDir
public static java.io.File createTempDir()
-