OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delegateCollection
(Results
1 - 25
of
39
) sorted by null
1
2
/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/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
/packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
guava-17.0.jar
/prebuilts/misc/common/guava/
guava-15.0.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 382 milliseconds
1
2