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