MutableSortedBag.See: Description
| Class | Description |
|---|---|
| TreeBag<T> |
A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store.
|
| UnmodifiableSortedBag<T> |
An unmodifiable view of a SortedBag.
|
MutableSortedBag.
This package contains 2 sorted mutable bag implementation:
TreeBag - a sorted bag backed by Tree data structure..
UnmodifiableSortedBag - an unmodifiable view of a SortedBag.