| Package | Description |
|---|---|
| com.gs.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Modifier and Type | Method and Description |
|---|---|
UnmodifiableSortedSet<T> |
UnmodifiableSortedSet.clone() |
static <E,S extends java.util.SortedSet<E>> |
UnmodifiableSortedSet.of(S set)
This method will take a MutableSortedSet and wrap it directly in a UnmodifiableSortedSet.
|