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

  /external/guava/guava/src/com/google/common/collect/
RegularImmutableSortedSet.java 22 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER;
204 elements, checkNotNull(toElement), comparator(), FIRST_AFTER, NEXT_HIGHER);
207 elements, checkNotNull(toElement), comparator(), FIRST_PRESENT, NEXT_HIGHER);
224 elements, checkNotNull(fromElement), comparator(), FIRST_PRESENT, NEXT_HIGHER);
227 elements, checkNotNull(fromElement), comparator(), FIRST_AFTER, NEXT_HIGHER);
RegularImmutableSortedMultiset.java 19 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER;
158 elementList(), checkNotNull(upperBound), comparator(), ANY_PRESENT, NEXT_HIGHER);
180 elementList(), checkNotNull(lowerBound), comparator(), ANY_PRESENT, NEXT_HIGHER);
ImmutableSortedMap.java 22 import static com.google.common.collect.SortedLists.KeyAbsentBehavior.NEXT_HIGHER;
659 index = index(toKey, ANY_PRESENT, NEXT_HIGHER);
708 index = index(fromKey, ANY_PRESENT, NEXT_HIGHER);
SortedLists.java 154 NEXT_HIGHER {
  /external/guava/guava-tests/test/com/google/common/collect/
SortedListsTest.java 86 case NEXT_HIGHER:
128 tester.setDefault(KeyAbsentBehavior.class, KeyAbsentBehavior.NEXT_HIGHER);
  /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 300 milliseconds