| Interface | Description |
|---|---|
| BooleanStrategy |
A Type Specific Strategy class that allows to give control hashcode generation and equals comparason for maps
|
| IBooleanArray |
Type-Specific Helper class to get the underlying array of array implementations.
|
| Class | Description |
|---|---|
| BooleanArrays |
A Helper class for Arrays
|
| BooleanAsyncBuilder |
The Async API allows you to process collections on a different thread without having to deal with the Multithreading complexity.
|
| BooleanAsyncBuilder.BaseBooleanTask |
Base Task of the Actions that can be performed.
|
| BooleanCollections |
A Helper class for Collections
|
| BooleanCollections.EmptyCollection |
Empty Collection implementation for the empty collection function
|
| BooleanCollections.SynchronizedCollection |
Synchronized Collection Wrapper for the synchronizedCollection function
|
| BooleanCollections.UnmodifiableCollection |
Unmodifyable Collection Wrapper for the unmodifyableCollection method
|
| BooleanIterables |
A Helper class for Iterables
|
| BooleanIterators |
A Helper class for Iterators
|
| BooleanLists |
A Helper class for Lists
|
| BooleanPriorityQueues |
A Helper class for PriorityQueues
|
| BooleanPriorityQueues.SynchronizedPriorityDequeue |
Wrapper class for synchronization
|
| BooleanPriorityQueues.SynchronizedPriorityQueue |
Wrapper class for synchronization
|
| BooleanSplititerators |
Helper class that provides SplitIterators for normal and stream usage
|
| BooleanStrategy.NormalStrategy |
A Strategy that simulates the normal Hash Collection Behavior if you want to use Hash Control Collections to replace normal ones.
|