| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Class | Description |
|---|---|
| MutableSortedSetFactoryImpl | |
| 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–2017. All rights reserved.