Package org.instancio.internal.util
Class CollectionUtils
java.lang.Object
org.instancio.internal.util.CollectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Map<K, V> asLinkedHashMap(Function<V, K> keyFn, V... values) static <T> List<T>asList(T... values) static <T> Set<T>asSet(T... values) static <T> List<T>static booleanisNullOrEmpty(@Nullable Collection<?> collection) static booleanisNullOrEmpty(@Nullable Map<?, ?> map) static voidshuffle(Collection<Object> collection, Random random)
-
Method Details
-
isNullOrEmpty
-
isNullOrEmpty
-
asList
-
asSet
-
asLinkedHashMap
-
combine
-
shuffle
-