Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unmodifiableSet (4.65 sec)

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

       */
      static <K extends @Nullable Object, V extends @Nullable Object>
          Set<Entry<K, V>> unmodifiableEntrySet(Set<Entry<K, V>> entrySet) {
        return new UnmodifiableEntrySet<>(Collections.unmodifiableSet(entrySet));
      }
    
      /**
       * Returns an unmodifiable view of the specified map entry. The {@link Entry#setValue} operation
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Nov 17 22:50:48 UTC 2025
    - 163.5K bytes
    - Viewed (0)
Back to top