public class ResourceUtils extends Object
ResourceUtils()
static <T> T
getRandomElement(List<T> elementList)
static String
getRandomString(List<String> elementList, int n)
static List<String>
readLines(String fileName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResourceUtils()
public static List<String> readLines(String fileName)
fileName
public static <T> T getRandomElement(List<T> elementList)
T
elementList
public static String getRandomString(List<String> elementList, int n)
n
Copyright © 2020. All rights reserved.