| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeBag<T>
A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store.
|
Copyright © 2004–2022. All rights reserved.