Searched defs:upperEndpoint (Results 1 – 4 of 4) sorted by relevance
50 T upperEndpoint = range.hasUpperBound() ? range.upperEndpoint() : null; in from() local97 private final T upperEndpoint; field in GeneralRange102 @Nullable T upperEndpoint, BoundType upperBoundType) { in GeneralRange()
137 C upperEndpoint = Ordering.natural().min(this.last(), other.last()); in intersection() local
168 public C upperEndpoint() { in upperEndpoint() method in Range
135 C upperEndpoint = Ordering.natural().min(this.last(), other.last()); in intersection() local