| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| Class | Description |
|---|---|
| AbstractMutableSortedBag | |
| MutableSortedBagFactoryImpl | |
| 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–2018. All rights reserved.