| Interface | Description |
|---|---|
| IObjectArray<T> |
Type-Specific Helper class to get the underlying array of array implementations.
|
| ObjectStrategy<T> |
A Type Specific Strategy class that allows to give control hashcode generation and equals comparason for maps
|
| Class | Description |
|---|---|
| ObjectArrays |
A Helper class for Arrays
|
| ObjectCollections |
A Helper class for Collections
|
| ObjectCollections.EmptyCollection<T> |
Empty Collection implementation for the empty collection function
|
| ObjectCollections.SynchronizedCollection<T> |
Synchronized Collection Wrapper for the synchronizedCollection function
|
| ObjectCollections.UnmodifiableCollection<T> |
Unmodifyable Collection Wrapper for the unmodifyableCollection method
|
| ObjectIterators |
A Helper class for Iterators
|
| ObjectLists |
A Helper class for Lists
|
| ObjectSets |
A Helper class for sets
|
| ObjectSets.UnmodifiableSet<T> |
Unmodifyable Set wrapper that helps is used with unmodifyableSet function
|
| ObjectSplititerators |
Helper class that provides SplitIterators for normal and stream usage
|
| ObjectStrategy.IdentityStrategy<T> |
A Strategy that uses Identity HashCode instead of the normal hashing function.
|