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