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

  /external/guava/guava-tests/test/com/google/common/collect/
SortedListsTest.java 22 import com.google.common.collect.SortedLists.KeyPresentBehavior;
42 KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) {
98 for (KeyPresentBehavior presentBehavior : KeyPresentBehavior.values()) {
110 for (KeyPresentBehavior presentBehavior : KeyPresentBehavior.values()) {
127 tester.setDefault(KeyPresentBehavior.class, KeyPresentBehavior.ANY_PRESENT);
  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 48 public enum KeyPresentBehavior {
186 * <p>Equivalent to {@link #binarySearch(List, Function, Object, Comparator, KeyPresentBehavior,
190 KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) {
199 * <p>Equivalent to {@link #binarySearch(List, Function, Object, Comparator, KeyPresentBehavior,
203 Function<? super E, K> keyFunction, K key, KeyPresentBehavior presentBehavior,
218 * {@link #binarySearch(List, Object, Comparator, KeyPresentBehavior, KeyAbsentBehavior)} using
226 KeyPresentBehavior presentBehavior,
239 * {@link KeyPresentBehavior} decides which index is returned. If no elements compare as equal to
252 * @return the index determined by the {@code KeyPresentBehavior}, if the key is in the list;
256 Comparator<? super E> comparator, KeyPresentBehavior presentBehavior
    [all...]
RegularImmutableSortedSet.java 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;
ImmutableSortedMap.java 24 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
28 import com.google.common.collect.SortedLists.KeyPresentBehavior;
725 Object key, KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) {
RegularImmutableSortedMultiset.java 21 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
  /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 197 milliseconds