HomeSort by relevance Sort by last modified time
    Searched refs:delegateCollection (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableAsList.java 31 abstract ImmutableCollection<E> delegateCollection();
36 return delegateCollection().contains(target);
41 return delegateCollection().size();
46 return delegateCollection().isEmpty();
51 return delegateCollection().isPartialView();
ImmutableSortedAsList.java 37 ImmutableSortedSet<E> delegateCollection() {
38 return (ImmutableSortedSet<E>) super.delegateCollection();
42 return delegateCollection().comparator();
ImmutableMapKeySet.java 65 ImmutableCollection<K> delegateCollection() {
RegularImmutableAsList.java 43 ImmutableCollection<E> delegateCollection() {
ImmutableMapValues.java 69 ImmutableCollection<V> delegateCollection() {
ImmutableMultiset.java 365 ImmutableCollection<Entry<E>> delegateCollection() {
  /external/guava/guava/src/com/google/common/collect/
ImmutableAsList.java 36 abstract ImmutableCollection<E> delegateCollection();
41 return delegateCollection().contains(target);
46 return delegateCollection().size();
51 return delegateCollection().isEmpty();
56 return delegateCollection().isPartialView();
82 return new SerializedForm(delegateCollection());
ImmutableSortedAsList.java 40 ImmutableSortedSet<E> delegateCollection() {
41 return (ImmutableSortedSet<E>) super.delegateCollection();
45 return delegateCollection().comparator();
53 int index = delegateCollection().indexOf(target);
ImmutableMapKeySet.java 67 ImmutableCollection<K> delegateCollection() {
ImmutableMapValues.java 71 ImmutableCollection<V> delegateCollection() {
RegularImmutableAsList.java 44 ImmutableCollection<E> delegateCollection() {
RegularImmutableSortedMap.java 72 ImmutableCollection<Entry<K, V>> delegateCollection() {
RegularImmutableTable.java 64 ImmutableCollection<Cell<R, C, V>> delegateCollection() {
ImmutableMultiset.java 376 ImmutableCollection<Entry<E>> delegateCollection() {
RegularImmutableBiMap.java 313 ImmutableCollection<Entry<V, K>> delegateCollection() {
  /external/guava/guava-gwt/src/com/google/common/collect/
RegularImmutableAsList_CustomFieldSerializer.java 40 ImmutableCollection<Object> delegateCollection = (ImmutableCollection) reader.readObject();
42 return new RegularImmutableAsList<Object>(delegateCollection, delegateList);
47 writer.writeObject(instance.delegateCollection());
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 

Completed in 1993 milliseconds

1 2 3 4