Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mordred (6.41 sec)

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

       */
      public static <E> Builder<E> orderedBy(Comparator<E> comparator) {
        return new Builder<>(comparator);
      }
    
      /**
       * Returns a builder that creates immutable sorted multisets whose elements are ordered by the
       * reverse of their natural ordering.
       *
       * <p>Note: the type parameter {@code E} extends {@code Comparable<?>} rather than {@code
       * Comparable<? super E>} as a workaround for javac <a
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 35.7K bytes
    - Viewed (0)
Back to top