Home
last modified time | relevance | path

Searched refs:NOT_EQUAL_TO_INTEGERS (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DContiguousSetTest.java50 private static final DiscreteDomain<Integer> NOT_EQUAL_TO_INTEGERS = field in ContiguousSetTest
113 ContiguousSet.create(Range.closed(1, 3), NOT_EQUAL_TO_INTEGERS), in testEquals()
114 ContiguousSet.create(Range.closedOpen(1, 4), NOT_EQUAL_TO_INTEGERS), in testEquals()
115 ContiguousSet.create(Range.openClosed(0, 3), NOT_EQUAL_TO_INTEGERS), in testEquals()
116 ContiguousSet.create(Range.open(0, 4), NOT_EQUAL_TO_INTEGERS), in testEquals()
/external/guava/android/guava-tests/test/com/google/common/collect/
DContiguousSetTest.java50 private static final DiscreteDomain<Integer> NOT_EQUAL_TO_INTEGERS = field in ContiguousSetTest
113 ContiguousSet.create(Range.closed(1, 3), NOT_EQUAL_TO_INTEGERS), in testEquals()
114 ContiguousSet.create(Range.closedOpen(1, 4), NOT_EQUAL_TO_INTEGERS), in testEquals()
115 ContiguousSet.create(Range.openClosed(0, 3), NOT_EQUAL_TO_INTEGERS), in testEquals()
116 ContiguousSet.create(Range.open(0, 4), NOT_EQUAL_TO_INTEGERS), in testEquals()