Uses of Class
org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSet
Packages that use UnmodifiableSortedSet
-
Uses of UnmodifiableSortedSet in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable that return UnmodifiableSortedSetModifier and TypeMethodDescriptionUnmodifiableSortedSet.clone()static <E, S extends SortedSet<E>>
UnmodifiableSortedSet<E> UnmodifiableSortedSet.of(S set) This method will take a MutableSortedSet and wrap it directly in a UnmodifiableSortedSet.