Searched defs:delegateCollection (Results 1 - 6 of 6) 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

Completed in 228 milliseconds