Searched defs:newTreeSet (Results 1 – 2 of 2) sorted by relevance
348 public static <E extends Comparable> TreeSet<E> newTreeSet() { in newTreeSet() method in Sets373 public static <E extends Comparable> TreeSet<E> newTreeSet(Iterable<? extends E> elements) { in newTreeSet() method in Sets395 public static <E> TreeSet<E> newTreeSet(Comparator<? super E> comparator) { in newTreeSet() method in Sets
398 public static <E extends Comparable> TreeSet<E> newTreeSet() { in newTreeSet() method in Sets423 public static <E extends Comparable> TreeSet<E> newTreeSet(Iterable<? extends E> elements) { in newTreeSet() method in Sets445 public static <E> TreeSet<E> newTreeSet(Comparator<? super E> comparator) { in newTreeSet() method in Sets