Searched defs:newTreeSet (Results 1 – 2 of 2) sorted by relevance
339 public static <E extends Comparable> TreeSet<E> newTreeSet() { in newTreeSet() method in Sets358 public static <E extends Comparable> TreeSet<E> newTreeSet( in newTreeSet() method in Sets376 public static <E> TreeSet<E> newTreeSet(Comparator<? super E> comparator) { in newTreeSet() method in Sets
343 public static <E extends Comparable> TreeSet<E> newTreeSet() { in newTreeSet() method in Sets362 public static <E extends Comparable> TreeSet<E> newTreeSet( in newTreeSet() method in Sets380 public static <E> TreeSet<E> newTreeSet(Comparator<? super E> comparator) { in newTreeSet() method in Sets