Uses of Class
org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSet
-
Packages that use UnmodifiableSortedSet Package Description org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
. -
-
Uses of UnmodifiableSortedSet in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable that return UnmodifiableSortedSet Modifier and Type Method Description UnmodifiableSortedSet<T>
UnmodifiableSortedSet. clone()
static <E,S extends java.util.SortedSet<E>>
UnmodifiableSortedSet<E>UnmodifiableSortedSet. of(S set)
This method will take a MutableSortedSet and wrap it directly in a UnmodifiableSortedSet.
-