Searched refs:LIST_WITH_DUPS (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DSortedListsTest.java32 private static final ImmutableList<Integer> LIST_WITH_DUPS = field in class:SortedListsTest
109 assertModelAgrees(LIST_WITH_DUPS, key,
110 SortedLists.binarySearch(LIST_WITH_DUPS, key, presentBehavior, absentBehavior),
/external/guava/guava-tests/test/com/google/common/collect/
H A DSortedListsTest.java34 private static final ImmutableList<Integer> LIST_WITH_DUPS = field in class:SortedListsTest
111 assertModelAgrees(LIST_WITH_DUPS, key,
112 SortedLists.binarySearch(LIST_WITH_DUPS, key, presentBehavior, absentBehavior),

Completed in 204 milliseconds