| Interface | Description |
|---|---|
| DoubleStrategy |
A Type Specific Strategy class that allows to give control hashcode generation and equals comparason for maps
|
| IDoubleArray |
Type-Specific Helper class to get the underlying array of array implementations.
|
| Class | Description |
|---|---|
| DoubleArrays |
A Helper class for Arrays
|
| DoubleCollections |
A Helper class for Collections
|
| DoubleCollections.EmptyCollection |
Empty Collection implementation for the empty collection function
|
| DoubleCollections.SynchronizedCollection |
Synchronized Collection Wrapper for the synchronizedCollection function
|
| DoubleCollections.UnmodifiableCollection |
Unmodifyable Collection Wrapper for the unmodifyableCollection method
|
| DoubleIterators |
A Helper class for Iterators
|
| DoubleLists |
A Helper class for Lists
|
| DoubleSets |
A Helper class for sets
|
| DoubleSets.UnmodifiableSet |
Unmodifyable Set wrapper that helps is used with unmodifyableSet function
|
| DoubleSplititerators |
Helper class that provides SplitIterators for normal and stream usage
|