Searched defs:RegularImmutableSortedSet (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DRegularImmutableSortedSet.java22 * GWT emulation of {@link RegularImmutableSortedSet}.
26 final class RegularImmutableSortedSet<E> extends ImmutableSortedSet<E> { class in inherits:ImmutableSortedSet
31 RegularImmutableSortedSet(SortedSet<E> delegate, boolean isSubset) { method in class:RegularImmutableSortedSet
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableSortedSet.java47 final class RegularImmutableSortedSet<E> extends ImmutableSortedSet<E> { class in inherits:ImmutableSortedSet
51 RegularImmutableSortedSet( method in class:RegularImmutableSortedSet
244 return new RegularImmutableSortedSet<E>(

Completed in 109 milliseconds