Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AllEqualOrdering (0.07 sec)

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

       * cases you may need to cast that to {@code Comparator<YourType>}).
       *
       * @since 13.0
       */
      public static Ordering<@Nullable Object> allEqual() {
        return AllEqualOrdering.INSTANCE;
      }
    
      /**
       * Returns an ordering that compares objects by the natural ordering of their string
       * representations as returned by {@code toString()}. It does not support null values.
       *
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Sep 23 17:50:58 UTC 2025
    - 39.5K bytes
    - Viewed (0)
Back to top