Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Chan (0.15 sec)

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

         * @throws NullPointerException if {@code element} is null
         * @throws IllegalArgumentException if {@code occurrences} is negative, or if this operation
         *     would result in more than {@link Integer#MAX_VALUE} occurrences of the element
         */
        @CanIgnoreReturnValue
        public Builder<E> addCopies(E element, int occurrences) {
          requireNonNull(contents); // see the comment on the field
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 22.6K bytes
    - Viewed (0)
Back to top