Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DuplicateKey (0.05 sec)

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

        /**
         * If non-null, a duplicate key we found in a previous buildKeepingLast() or buildOrThrow()
         * call. A later buildOrThrow() can simply report this duplicate immediately.
         */
        @Nullable DuplicateKey duplicateKey;
    
        /**
         * Creates a new builder. The returned builder is equivalent to the builder generated by {@link
         * ImmutableMap#builder}.
         */
        public Builder() {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 41.5K bytes
    - Viewed (0)
Back to top