Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for reverseComparator (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava/src/com/google/common/collect/GeneralRange.java

      GeneralRange<T> reverse() {
        GeneralRange<T> result = reverse;
        if (result == null) {
          result =
              new GeneralRange<>(
                  reverseComparator(comparator),
                  hasUpperBound,
                  getUpperEndpoint(),
                  getUpperBoundType(),
                  hasLowerBound,
                  getLowerEndpoint(),
                  getLowerBoundType());
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Jul 08 18:32:10 GMT 2025
    - 10.8K bytes
    - Click Count (0)
Back to Top