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