| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| Class and Description |
|---|
| AbstractMutableSortedBag |
| SynchronizedSortedBag
A synchronized view of a
MutableSortedBag. |
| TreeBag
A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store.
|
| UnmodifiableSortedBag
An unmodifiable view of a SortedBag.
|
Copyright © 2004–2022. All rights reserved.