| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Modifier and Type | Method and Description |
|---|---|
static <E,S extends SortedSet<E>> |
SynchronizedSortedSet.of(S set)
This method will take a MutableSortedSet and wrap it directly in a SynchronizedSortedSet.
|
Copyright © 2004–2022. All rights reserved.