| Interface | Description |
|---|---|
| FloatStrategy |
A Type Specific Strategy class that allows to give control hashcode generation and equals comparason for maps
|
| IFloatArray |
Type-Specific Helper class to get the underlying array of array implementations.
|
| Class | Description |
|---|---|
| FloatArrays |
A Helper class for Arrays
|
| FloatAsyncBuilder |
The Async API allows you to process collections on a different thread without having to deal with the Multithreading complexity.
|
| FloatAsyncBuilder.BaseFloatTask |
Base Task of the Actions that can be performed.
|
| FloatCollections |
A Helper class for Collections
|
| FloatCollections.EmptyCollection |
Empty Collection implementation for the empty collection function
|
| FloatCollections.SynchronizedCollection |
Synchronized Collection Wrapper for the synchronizedCollection function
|
| FloatCollections.UnmodifiableCollection |
Unmodifyable Collection Wrapper for the unmodifyableCollection method
|
| FloatIterables |
A Helper class for Iterables
|
| FloatIterators |
A Helper class for Iterators
|
| FloatLists |
A Helper class for Lists
|
| FloatPriorityQueues |
A Helper class for PriorityQueues
|
| FloatPriorityQueues.SynchronizedPriorityDequeue |
Wrapper class for synchronization
|
| FloatPriorityQueues.SynchronizedPriorityQueue |
Wrapper class for synchronization
|
| FloatSets |
A Helper class for sets
|
| FloatSets.UnmodifiableSet |
Unmodifyable Set wrapper that helps is used with unmodifyableSet function
|
| FloatSplititerators |
Helper class that provides SplitIterators for normal and stream usage
|