Searched refs:sortedMultiset (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java49 private SortedMultiset<E> sortedMultiset; field in class:MultisetNavigationTester
65 sortedMultiset = cast(getMultiset());
69 Collections.sort(entries, sortedMultiset.comparator());
73 a = Multisets.immutableEntry(entries.get(0), sortedMultiset.count(entries.get(0)));
75 b = Multisets.immutableEntry(entries.get(1), sortedMultiset.count(entries.get(1)));
76 c = Multisets.immutableEntry(entries.get(2), sortedMultiset.count(entries.get(2)));
82 * Resets the contents of sortedMultiset to have entries a, c, for the navigation tests.
91 sortedMultiset = (SortedMultiset<E>) getMultiset();
96 assertNull(sortedMultiset.firstEntry());
98 sortedMultiset
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingSortedMultisetTest.java214 final SortedMultiset<String> sortedMultiset = createProxyInstance(SortedMultiset.class);
218 return sortedMultiset;
H A DMultisetsTest.java266 ImmutableMultiset<String> sortedMultiset =
269 assertThat(sortedMultiset.entrySet()).has().exactly(
273 assertThat(sortedMultiset).has().exactly(
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMultiset.java280 * <p>This method is safe to use even when {@code sortedMultiset} is a synchronized or concurrent
283 * @throws NullPointerException if {@code sortedMultiset} or any of its elements is null
285 public static <E> ImmutableSortedMultiset<E> copyOfSorted(SortedMultiset<E> sortedMultiset) { argument
286 return copyOfSortedEntries(sortedMultiset.comparator(),
287 Lists.newArrayList(sortedMultiset.entrySet()));
H A DMultisets.java191 * @param sortedMultiset the sorted multiset for which an unmodifiable view is
198 SortedMultiset<E> sortedMultiset) {
200 return new UnmodifiableSortedMultiset<E>(checkNotNull(sortedMultiset));
197 unmodifiableSortedMultiset( SortedMultiset<E> sortedMultiset) argument
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DMultisetsTest.java264 ImmutableMultiset<String> sortedMultiset =
267 assertThat(sortedMultiset.entrySet()).has().exactly(
271 assertThat(sortedMultiset).has().exactly(
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.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/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/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 276 milliseconds