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

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedSet.java34 * GWT emulation of {@link ImmutableSortedSet}.
38 public abstract class ImmutableSortedSet<E> class in inherits:ForwardingImmutableSet,SortedSet,SortedIterable
40 // TODO(cpovirk): split into ImmutableSortedSet/ForwardingImmutableSortedSet?
43 // which overrides ImmutableSet & which ImmutableSortedSet extends.
48 @Deprecated public static <E> ImmutableSortedSet.Builder<E> builder() {
57 private static final ImmutableSortedSet<Object> NATURAL_EMPTY_SET =
61 private static <E> ImmutableSortedSet<E> emptySet() {
62 return (ImmutableSortedSet<E>) NATURAL_EMPTY_SET;
65 static <E> ImmutableSortedSet<E> emptySet(
75 public static <E> ImmutableSortedSet<
255 ImmutableSortedSet(Comparator<? super E> comparator) { method in class:ImmutableSortedSet
259 ImmutableSortedSet(SortedSet<E> sortedDelegate) { method in class:ImmutableSortedSet
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedSet.java47 * ImmutableSortedSet} contains its own private data and will <i>never</i>
61 * {@code ImmutableSortedSet} doesn't use {@link Object#equals} to determine if
73 * <b>Warning:</b> Like most sets, an {@code ImmutableSortedSet} will not
94 public abstract class ImmutableSortedSet<E> extends ImmutableSortedSetFauxverideShim<E> class in inherits:ImmutableSortedSetFauxverideShim,NavigableSet,SortedIterable
100 private static final ImmutableSortedSet<Comparable> NATURAL_EMPTY_SET =
104 private static <E> ImmutableSortedSet<E> emptySet() {
105 return (ImmutableSortedSet<E>) NATURAL_EMPTY_SET;
108 static <E> ImmutableSortedSet<E> emptySet(
120 public static <E> ImmutableSortedSet<E> of() {
127 public static <E extends Comparable<? super E>> ImmutableSortedSet<
584 ImmutableSortedSet(Comparator<? super E> comparator) { method in class:ImmutableSortedSet
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 424 milliseconds