Searched defs:RegularImmutableSortedSet (Results 1 – 3 of 3) sorted by relevance
27 final class RegularImmutableSortedSet<E> extends ImmutableSortedSet<E> { class35 RegularImmutableSortedSet(SortedSet<E> delegate, boolean isSubset) { in RegularImmutableSortedSet() method in RegularImmutableSortedSet
43 final class RegularImmutableSortedSet<E> extends ImmutableSortedSet<E> { class49 RegularImmutableSortedSet(ImmutableList<E> elements, Comparator<? super E> comparator) { in RegularImmutableSortedSet() method in RegularImmutableSortedSet
44 final class RegularImmutableSortedSet<E> extends ImmutableSortedSet<E> { class50 RegularImmutableSortedSet(ImmutableList<E> elements, Comparator<? super E> comparator) { in RegularImmutableSortedSet() method in RegularImmutableSortedSet