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

/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedAsList.java40 ImmutableSortedSet<E> delegateCollection() { method in class:ImmutableSortedAsList
41 return (ImmutableSortedSet<E>) super.delegateCollection();
45 return delegateCollection().comparator();
53 int index = delegateCollection().indexOf(target);
H A DRegularImmutableAsList.java44 ImmutableCollection<E> delegateCollection() { method in class:RegularImmutableAsList
H A DImmutableAsList.java36 abstract ImmutableCollection<E> delegateCollection(); method in class:ImmutableAsList
41 return delegateCollection().contains(target);
46 return delegateCollection().size();
51 return delegateCollection().isEmpty();
56 return delegateCollection().isPartialView();
82 return new SerializedForm(delegateCollection());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableAsList.java31 abstract ImmutableCollection<E> delegateCollection(); method in class:ImmutableAsList
36 return delegateCollection().contains(target);
41 return delegateCollection().size();
46 return delegateCollection().isEmpty();
51 return delegateCollection().isPartialView();
H A DImmutableSortedAsList.java37 ImmutableSortedSet<E> delegateCollection() { method in class:ImmutableSortedAsList
38 return (ImmutableSortedSet<E>) super.delegateCollection();
42 return delegateCollection().comparator();
H A DRegularImmutableAsList.java43 ImmutableCollection<E> delegateCollection() { method in class:RegularImmutableAsList
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 134 milliseconds