| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Class and Description |
|---|
| SortedSetAdapter
This class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.
|
| SynchronizedSortedSet
A synchronized view of a
MutableSortedSet. |
| TreeSortedSet |
| UnmodifiableSortedSet
An unmodifiable view of a SortedSet.
|
Copyright © 2004–2022. All rights reserved.