Searched refs:descendingMultiset (Results 1 - 22 of 22) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DUnmodifiableSortedMultiset.java59 private transient UnmodifiableSortedMultiset<E> descendingMultiset; field in class:UnmodifiableSortedMultiset
62 public SortedMultiset<E> descendingMultiset() { method in class:UnmodifiableSortedMultiset
63 UnmodifiableSortedMultiset<E> result = descendingMultiset;
66 delegate().descendingMultiset());
67 result.descendingMultiset = this;
68 return descendingMultiset = result;
H A DDescendingImmutableSortedMultiset.java63 public ImmutableSortedMultiset<E> descendingMultiset() { method in class:DescendingImmutableSortedMultiset
69 return forward.tailMultiset(upperBound, boundType).descendingMultiset();
74 return forward.headMultiset(lowerBound, boundType).descendingMultiset();
H A DAbstractSortedMultiset.java113 return Multisets.iteratorImpl(descendingMultiset());
116 private transient SortedMultiset<E> descendingMultiset; field in class:AbstractSortedMultiset
119 public SortedMultiset<E> descendingMultiset() { method in class:AbstractSortedMultiset
120 SortedMultiset<E> result = descendingMultiset;
121 return (result == null) ? descendingMultiset = createDescendingMultiset() : result;
H A DDescendingMultiset.java69 .descendingMultiset();
75 fromBoundType).descendingMultiset();
81 .descendingMultiset();
88 @Override public SortedMultiset<E> descendingMultiset() { method in class:DescendingMultiset
H A DForwardingSortedMultiset.java81 public SortedMultiset<E> descendingMultiset() { method in class:ForwardingSortedMultiset
82 return delegate().descendingMultiset();
87 * {@link #descendingMultiset()} will not reflect any changes you make to the behavior of methods
92 * In many cases, you may wish to override {@link #descendingMultiset()} to return an instance of
133 * descendingMultiset().entrySet().iterator()}.
135 * If you override {@link #descendingMultiset} or {@link #entrySet()}, you may wish to override
139 Iterator<Entry<E>> entryIterator = descendingMultiset()
178 * descendingMultiset().entrySet().iterator()}.
180 * If you override {@link #descendingMultiset()} or {@link #entrySet()}, you may wish to override
184 Iterator<Entry<E>> entryIterator = descendingMultiset()
[all...]
H A DSortedMultiset.java109 SortedMultiset<E> descendingMultiset(); method in interface:SortedMultiset
H A DImmutableSortedMultiset.java328 transient ImmutableSortedMultiset<E> descendingMultiset; field in class:ImmutableSortedMultiset
331 public ImmutableSortedMultiset<E> descendingMultiset() { method in class:ImmutableSortedMultiset
332 ImmutableSortedMultiset<E> result = descendingMultiset;
334 return descendingMultiset = new DescendingImmutableSortedMultiset<E>(this);
H A DSortedMultisets.java116 return new NavigableElementSet<E>(multiset().descendingMultiset());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DUnmodifiableSortedMultiset.java57 private transient UnmodifiableSortedMultiset<E> descendingMultiset; field in class:UnmodifiableSortedMultiset
60 public SortedMultiset<E> descendingMultiset() { method in class:UnmodifiableSortedMultiset
61 UnmodifiableSortedMultiset<E> result = descendingMultiset;
64 delegate().descendingMultiset());
65 result.descendingMultiset = this;
66 return descendingMultiset = result;
H A DAbstractSortedMultiset.java113 return Multisets.iteratorImpl(descendingMultiset());
116 private transient SortedMultiset<E> descendingMultiset; field in class:AbstractSortedMultiset
119 public SortedMultiset<E> descendingMultiset() { method in class:AbstractSortedMultiset
120 SortedMultiset<E> result = descendingMultiset;
121 return (result == null) ? descendingMultiset = createDescendingMultiset() : result;
H A DDescendingMultiset.java69 .descendingMultiset();
75 fromBoundType).descendingMultiset();
81 .descendingMultiset();
88 @Override public SortedMultiset<E> descendingMultiset() { method in class:DescendingMultiset
H A DSortedMultiset.java49 SortedMultiset<E> descendingMultiset(); method in interface:SortedMultiset
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingSortedMultisetTest.java55 public SortedMultiset<E> descendingMultiset() { method in class:ForwardingSortedMultisetTest.StandardImplForwardingSortedMultiset
61 .descendingMultiset()
249 forward().descendingMultiset();
250 assertEquals("[descendingMultiset]", getCalls());
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedMultisetTestSuiteBuilder.java264 .descendingMultiset();
H A DMultisetNavigationTester.java246 Iterators.addAll(descending, sortedMultiset.descendingMultiset().entrySet().iterator());
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/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/ ...
/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/ ...

Completed in 984 milliseconds