| 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
|
| 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
|
| BooleanIterators |
A Helper class for Iterators
|
| BooleanLists |
A Helper class for Lists
|
| BooleanSets |
A Helper class for sets
|
| BooleanSplititerators |
Helper class that provides SplitIterators for normal and stream usage
|