public class Sets extends Object
Sets()
static <T> Set<T>
copy(Set<T> input)
static <T> boolean
isEmpty(Set<T> set)
nonEmpty(Set<T> set)
of(T... elements)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Sets()
public static <T> Set<T> of(T... elements)
public static <T> Set<T> copy(Set<T> input)
public static <T> boolean isEmpty(Set<T> set)
public static <T> boolean nonEmpty(Set<T> set)
Copyright © 2016. All rights reserved.