Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unionOf (0.1 sec)

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

         */
        static int maxSize(Set<?> set) {
          return set instanceof SetView ? ((SetView<?>) set).maxSize() : set.size();
        }
      }
    
      /**
       * Returns an unmodifiable <b>view</b> of the union of two sets. The returned set contains all
       * elements that are contained in either backing set. Iterating over the returned set iterates
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 81.6K bytes
    - Viewed (0)
Back to top