Home
last modified time | relevance | path

Searched defs:RegularImmutableSortedSet (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DRegularImmutableSortedSet.java27 final class RegularImmutableSortedSet<E> extends ImmutableSortedSet<E> { class
35 RegularImmutableSortedSet(SortedSet<E> delegate, boolean isSubset) { in RegularImmutableSortedSet() method in RegularImmutableSortedSet
/external/guava/android/guava/src/com/google/common/collect/
DRegularImmutableSortedSet.java43 final class RegularImmutableSortedSet<E> extends ImmutableSortedSet<E> { class
49 RegularImmutableSortedSet(ImmutableList<E> elements, Comparator<? super E> comparator) { in RegularImmutableSortedSet() method in RegularImmutableSortedSet
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableSortedSet.java44 final class RegularImmutableSortedSet<E> extends ImmutableSortedSet<E> { class
50 RegularImmutableSortedSet(ImmutableList<E> elements, Comparator<? super E> comparator) { in RegularImmutableSortedSet() method in RegularImmutableSortedSet