Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegularImmutableMultiset (0.13 sec)

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

       */
      @SuppressWarnings("unchecked") // all supported methods are covariant
      public static <E> ImmutableMultiset<E> of() {
        return (ImmutableMultiset<E>) RegularImmutableMultiset.EMPTY;
      }
    
      /**
       * Returns an immutable multiset containing a single element.
       *
       * @throws NullPointerException if the element is null
       * @since 6.0 (source-compatible since 2.0)
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 20.6K bytes
    - Viewed (0)
Back to top