| Interface | Description |
|---|---|
| IArray |
A Helper interface that allows to detect if the Underlying implementation is
using a Array.
|
| ISizeProvider | |
| ITrimmable |
Interface that allows to test for if a collection is trimmable.
|
| Stack<T> |
The Stack Interface represents the Last-In-First-Out layout (LIFO).
|
| Class | Description |
|---|---|
| HashUtil |
Helper class that is used for HashMap functions reduce duplicated code
|
| ISizeProvider.CollectionSize |
Collection implementation of the SizeProvider
|
| SanityChecks |
Helper class that provides functions that are shared within the library.
|