Searched defs:headMultiset (Results 1 - 20 of 20) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSortedMultiset.java51 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); method in interface:SortedMultiset
H A DUnmodifiableSortedMultiset.java92 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { method in class:UnmodifiableSortedMultiset
94 delegate().headMultiset(upperBound, boundType));
H A DDescendingMultiset.java66 @Override public SortedMultiset<E> headMultiset(E toElement, method in class:DescendingMultiset
80 return forwardMultiset().headMultiset(fromElement, boundType)
H A DTreeMultiset.java481 public SortedMultiset<E> headMultiset(@Nullable E upperBound, BoundType boundType) { method in class:TreeMultiset
/external/guava/guava/src/com/google/common/collect/
H A DDescendingImmutableSortedMultiset.java68 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { method in class:DescendingImmutableSortedMultiset
74 return forward.headMultiset(lowerBound, boundType).descendingMultiset();
H A DRegularImmutableSortedMultiset.java86 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { method in class:RegularImmutableSortedMultiset
H A DSortedMultiset.java121 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType); method in interface:SortedMultiset
133 * {@code tailMultiset(lowerBound, lowerBoundType).headMultiset(upperBound,
H A DUnmodifiableSortedMultiset.java94 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { method in class:UnmodifiableSortedMultiset
96 delegate().headMultiset(upperBound, boundType));
H A DDescendingMultiset.java66 @Override public SortedMultiset<E> headMultiset(E toElement, method in class:DescendingMultiset
80 return forwardMultiset().headMultiset(fromElement, boundType)
H A DEmptyImmutableSortedMultiset.java73 public ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { method in class:EmptyImmutableSortedMultiset
H A DForwardingSortedMultiset.java61 * {@link SortedMultiset#firstEntry} {@link SortedMultiset#headMultiset}, {@link
197 public SortedMultiset<E> headMultiset(E upperBound, BoundType boundType) { method in class:ForwardingSortedMultiset
198 return delegate().headMultiset(upperBound, boundType);
209 * of {@link #headMultiset(Object, BoundType) headMultiset} and
217 return tailMultiset(lowerBound, lowerBoundType).headMultiset(upperBound, upperBoundType);
H A DImmutableSortedMultiset.java42 * <p>The multisets returned by the {@link #headMultiset}, {@link #tailMultiset}, and
368 public abstract ImmutableSortedMultiset<E> headMultiset(E upperBound, BoundType boundType); method in class:ImmutableSortedMultiset
375 return tailMultiset(lowerBound, lowerBoundType).headMultiset(upperBound, upperBoundType);
H A DTreeMultiset.java485 public SortedMultiset<E> headMultiset(@Nullable E upperBound, BoundType boundType) { method in class:TreeMultiset
/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/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 Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/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/ ...
/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 4718 milliseconds