Home
last modified time | relevance | path

Searched defs:newTreeSet (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSets.java339 public static <E extends Comparable> TreeSet<E> newTreeSet() { in newTreeSet() method in Sets
358 public static <E extends Comparable> TreeSet<E> newTreeSet( in newTreeSet() method in Sets
376 public static <E> TreeSet<E> newTreeSet(Comparator<? super E> comparator) { in newTreeSet() method in Sets
/external/guava/guava/src/com/google/common/collect/
DSets.java343 public static <E extends Comparable> TreeSet<E> newTreeSet() { in newTreeSet() method in Sets
362 public static <E extends Comparable> TreeSet<E> newTreeSet( in newTreeSet() method in Sets
380 public static <E> TreeSet<E> newTreeSet(Comparator<? super E> comparator) { in newTreeSet() method in Sets