Searched refs:compareOrThrow (Results 1 – 7 of 7) sorted by relevance
75 int result = Range.compareOrThrow(endpoint, that.endpoint); in compareTo()244 return Range.compareOrThrow(endpoint, value) <= 0; in isLessThan()305 return Range.compareOrThrow(endpoint, value) < 0; in isLessThan()
70 || Range.compareOrThrow( in create()
98 return right != null && Range.compareOrThrow(left, right) == 0;
682 static int compareOrThrow(Comparable left, Comparable right) { in compareOrThrow() method in Range
450 if (!fromInclusive && !toInclusive && Range.compareOrThrow(fromElement, toElement) == 0) {
67 || Range.compareOrThrow( in create()
79 return right != null && Range.compareOrThrow(left, right) == 0; in equalsOrThrow()