| Interface | Description |
|---|---|
| BagInterface<T> |
An interface that describes the operations of a bag of objects.
|
| Class | Description |
|---|---|
| ArrayBag<T> |
A class of bags whose entries are stored in a fixed-size array.
|
| BagExtensionsTest |
This class performs tests on the extensions to the ArrayBag class.
|