| Interface | Description |
|---|---|
| IIntArray |
Type-Specific Helper class to get the underlying array of array implementations.
|
| IntStrategy |
A Type Specific Strategy class that allows to give control hashcode generation and equals comparason for maps
|
| Class | Description |
|---|---|
| IntArrays |
A Helper class for Arrays
|
| IntAsyncBuilder |
The Async API allows you to process collections on a different thread without having to deal with the Multithreading complexity.
|
| IntAsyncBuilder.BaseIntTask |
Base Task of the Actions that can be performed.
|
| IntCollections |
A Helper class for Collections
|
| IntCollections.EmptyCollection |
Empty Collection implementation for the empty collection function
|
| IntCollections.SynchronizedCollection |
Synchronized Collection Wrapper for the synchronizedCollection function
|
| IntCollections.UnmodifiableCollection |
Unmodifyable Collection Wrapper for the unmodifyableCollection method
|
| IntIterables |
A Helper class for Iterables
|
| IntIterators |
A Helper class for Iterators
|
| IntLists |
A Helper class for Lists
|
| IntPriorityQueues |
A Helper class for PriorityQueues
|
| IntPriorityQueues.SynchronizedPriorityDequeue |
Wrapper class for synchronization
|
| IntPriorityQueues.SynchronizedPriorityQueue |
Wrapper class for synchronization
|
| IntSets |
A Helper class for sets
|
| IntSets.UnmodifiableSet |
Unmodifyable Set wrapper that helps is used with unmodifyableSet function
|
| IntSplititerators |
Helper class that provides SplitIterators for normal and stream usage
|
| IntStrategy.NormalStrategy |
A Strategy that simulates the normal Hash Collection Behavior if you want to use Hash Control Collections to replace normal ones.
|