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

/external/guava/src/com/google/common/collect/
H A DRegularImmutableSortedSet.java37 final class RegularImmutableSortedSet<E> class in inherits:ImmutableSortedSet
52 RegularImmutableSortedSet(Object[] elements, method in class:RegularImmutableSortedSet
60 RegularImmutableSortedSet(Object[] elements, method in class:RegularImmutableSortedSet
243 return new RegularImmutableSortedSet<E>(elements, comparator,

Completed in 9 milliseconds