| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Modifier and Type | Method | 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.
|
Copyright © 2004–2017. All rights reserved.