Uses of Package
org.eclipse.collections.impl.set.sorted.mutable
-
Packages that use org.eclipse.collections.impl.set.sorted.mutable Package Description org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
. -
Classes in org.eclipse.collections.impl.set.sorted.mutable used by org.eclipse.collections.impl.set.sorted.mutable Class Description SortedSetAdapter This class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.SynchronizedSortedSet A synchronized view of aMutableSortedSet
.TreeSortedSet UnmodifiableSortedSet An unmodifiable view of a SortedSet.