public class Sets extends Object
static <E> Set<E>
asSet(Collection<E> elements)
asSet(E... elements)
difference(Set<E> first, Set<E> second)
static <F,T> Set<T>
transform(Set<F> input, Function<F,T> transformation)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <E> Set<E> difference(Set<E> first, Set<E> second)
public static <E> Set<E> asSet(E... elements)
public static <E> Set<E> asSet(Collection<E> elements)
public static <F,T> Set<T> transform(Set<F> input, Function<F,T> transformation)
Copyright © 2013. All rights reserved.