Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NEndpoints (0.24 sec)

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

        return new GeneralRange<>(comparator, false, null, OPEN, true, endpoint, boundType);
      }
    
      /**
       * Returns everything between the endpoints relative to the specified comparator, with the
       * specified endpoint behavior.
       */
      static <T extends @Nullable Object> GeneralRange<T> range(
          Comparator<? super T> comparator,
          @ParametricNullness T lower,
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 21:19:52 GMT 2024
    - 10.8K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/GeneralRange.java

        return new GeneralRange<>(comparator, false, null, OPEN, true, endpoint, boundType);
      }
    
      /**
       * Returns everything between the endpoints relative to the specified comparator, with the
       * specified endpoint behavior.
       */
      static <T extends @Nullable Object> GeneralRange<T> range(
          Comparator<? super T> comparator,
          @ParametricNullness T lower,
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 21:19:52 GMT 2024
    - 10.8K bytes
    - Viewed (0)
Back to top