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.
Copyright © 2004–2017. All rights reserved.