Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V 

U

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.
A B C D E F G H I J K L M N O P Q R S T U V 
Skip navigation links