public final class CollectionUtil extends Object
CollectionUtil()
static boolean
allUnique(Collection<?> collection)
static <T> boolean
prefixOf(List<T> prefix, List<T> all)
static <T> Set<T>
subSet(Set<T> original, int from, int to)
static <T> List<T>
toList(Object array)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CollectionUtil()
public static <T> List<T> toList(Object array)
public static <T> boolean prefixOf(List<T> prefix, List<T> all)
public static boolean allUnique(Collection<?> collection)
public static <T> Set<T> subSet(Set<T> original, int from, int to)
T
original
from
to
Copyright © 2018. All rights reserved.