| Package | Description |
|---|---|
| org.eclipse.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 SortedSet<E>> |
UnmodifiableSortedSet.of(S set)
This method will take a MutableSortedSet and wrap it directly in a UnmodifiableSortedSet.
|
Copyright © 2004–2022. All rights reserved.