Searched refs:SafeTreeSet (Results 1 – 2 of 2) sorted by relevance
34 public final class SafeTreeSet<E> implements Serializable, NavigableSet<E> { class43 public SafeTreeSet() { in SafeTreeSet() method in SafeTreeSet47 public SafeTreeSet(Collection<? extends E> collection) { in SafeTreeSet() method in SafeTreeSet51 public SafeTreeSet(Comparator<? super E> comparator) { in SafeTreeSet() method in SafeTreeSet55 public SafeTreeSet(SortedSet<E> set) { in SafeTreeSet() method in SafeTreeSet59 private SafeTreeSet(NavigableSet<E> delegate) { in SafeTreeSet() method in SafeTreeSet107 return new SafeTreeSet<E>(delegate.descendingSet()); in descendingSet()123 return new SafeTreeSet<E>( in headSet()173 return new SafeTreeSet<E>( in subSet()
19 import com.google.common.collect.testing.SafeTreeSet;113 new SafeTreeSet<String>(Arrays.asList(elements))); in suite()