Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RegularImmutableMultiset (0.11 seconds)

  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)
       */
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Sep 22 21:07:18 GMT 2025
    - 20.6K bytes
    - Click Count (0)
Back to Top