| 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
|
| ObjectAsyncBuilder<T> |
The Async API allows you to process collections on a different thread without having to deal with the Multithreading complexity.
|
| ObjectAsyncBuilder.BaseObjectTask<T> |
Base Task of the Actions that can be performed.
|
| 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
|
| ObjectIterables |
A Helper class for Iterables
|
| ObjectIterators |
A Helper class for Iterators
|
| ObjectLists |
A Helper class for Lists
|
| ObjectPriorityQueues |
A Helper class for PriorityQueues
|
| ObjectPriorityQueues.SynchronizedPriorityDequeue<T> |
Wrapper class for synchronization
|
| ObjectPriorityQueues.SynchronizedPriorityQueue<T> |
Wrapper class for synchronization
|
| 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.
|