Searched refs:ANY_PRESENT (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableSortedMultiset.java21 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
145 elementList(), (E) element, comparator(), ANY_PRESENT, INVERTED_INSERTION_INDEX);
158 elementList(), checkNotNull(upperBound), comparator(), ANY_PRESENT, NEXT_HIGHER);
162 elementList(), checkNotNull(upperBound), comparator(), ANY_PRESENT, NEXT_LOWER) + 1;
176 elementList(), checkNotNull(lowerBound), comparator(), ANY_PRESENT, NEXT_LOWER) + 1;
180 elementList(), checkNotNull(lowerBound), comparator(), ANY_PRESENT, NEXT_HIGHER);
H A DImmutableSortedMap.java24 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
441 i = index(key, ANY_PRESENT, INVERTED_INSERTION_INDEX);
657 index = index(toKey, ANY_PRESENT, NEXT_LOWER) + 1;
659 index = index(toKey, ANY_PRESENT, NEXT_HIGHER);
708 index = index(fromKey, ANY_PRESENT, NEXT_HIGHER);
710 index = index(fromKey, ANY_PRESENT, NEXT_LOWER) + 1;
H A DRegularImmutableSortedSet.java23 import static com.google.common.collect.SortedLists.KeyPresentBehavior.ANY_PRESENT;
259 ANY_PRESENT, INVERTED_INSERTION_INDEX);
H A DSortedLists.java53 ANY_PRESENT { enum constant in enum:SortedLists.KeyPresentBehavior
/external/guava/guava-tests/test/com/google/common/collect/
H A DSortedListsTest.java56 case ANY_PRESENT:
127 tester.setDefault(KeyPresentBehavior.class, KeyPresentBehavior.ANY_PRESENT);

Completed in 104 milliseconds