- unmodifiableCollection(Collection<? extends T>) - Static method in class java.util.Collections
-
Returns an unmodifiable view of the specified collection.
- unmodifiableList(List<? extends T>) - Static method in class java.util.Collections
-
Returns an unmodifiable view of the specified list.
- unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class java.util.Collections
-
Returns an unmodifiable view of the specified map.
- unmodifiableSet(Set<? extends T>) - Static method in class java.util.Collections
-
Returns an unmodifiable view of the specified set.
- unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class java.util.Collections
-
Returns an unmodifiable view of the specified sorted map.
- unmodifiableSortedSet(SortedSet<T>) - Static method in class java.util.Collections
-
Returns an unmodifiable view of the specified sorted set.