HomeSort by relevance Sort by last modified time
    Searched refs:SortedLists (Results 1 - 11 of 11) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
SortedListsTest.java 21 import com.google.common.collect.SortedLists.KeyAbsentBehavior;
22 import com.google.common.collect.SortedLists.KeyPresentBehavior;
30 * Tests for SortedLists.
102 SortedLists.binarySearch(LIST_WITHOUT_DUPS, key, presentBehavior, absentBehavior),
114 SortedLists.binarySearch(LIST_WITH_DUPS, key, presentBehavior, absentBehavior),
129 tester.testAllPublicStaticMethods(SortedLists.class);
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableSortedSet.java 21 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.INVERTED_INSERTION_INDEX;
22 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER;
23 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
24 import static com.google.common.collect.SortedLists.KeyPresentBehavior.FIRST_AFTER;
25 import static com.google.common.collect.SortedLists.KeyPresentBehavior.FIRST_PRESENT;
203 index = SortedLists.binarySearch(
206 index = SortedLists.binarySearch(
223 index = SortedLists.binarySearch(
226 index = SortedLists.binarySearch(
258 position = SortedLists.binarySearch(elements, (E) target, comparator(),
    [all...]
RegularImmutableSortedMultiset.java 18 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.INVERTED_INSERTION_INDEX;
19 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER;
20 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_LOWER;
21 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
144 int index = SortedLists.binarySearch(
157 index = SortedLists.binarySearch(
161 index = SortedLists.binarySearch(
175 index = SortedLists.binarySearch(
179 index = SortedLists.binarySearch(
ImmutableSortedMap.java 21 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.INVERTED_INSERTION_INDEX;
22 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER;
23 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_LOWER;
24 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
27 import com.google.common.collect.SortedLists.KeyAbsentBehavior;
28 import com.google.common.collect.SortedLists.KeyPresentBehavior;
726 return SortedLists.binarySearch(
SortedLists.java 41 @Beta final class SortedLists {
42 private SortedLists() {}
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 82 milliseconds