| Interface | Description |
|---|---|
| ByteStrategy |
A Type Specific Strategy class that allows to give control hashcode generation and equals comparason for maps
|
| IByteArray |
Type-Specific Helper class to get the underlying array of array implementations.
|
| Class | Description |
|---|---|
| ByteArrays |
A Helper class for Arrays
|
| ByteAsyncBuilder |
The Async API allows you to process collections on a different thread without having to deal with the Multithreading complexity.
|
| ByteAsyncBuilder.BaseByteTask |
Base Task of the Actions that can be performed.
|
| ByteCollections |
A Helper class for Collections
|
| ByteCollections.EmptyCollection |
Empty Collection implementation for the empty collection function
|
| ByteCollections.SynchronizedCollection |
Synchronized Collection Wrapper for the synchronizedCollection function
|
| ByteCollections.UnmodifiableCollection |
Unmodifyable Collection Wrapper for the unmodifyableCollection method
|
| ByteIterables |
A Helper class for Iterables
|
| ByteIterators |
A Helper class for Iterators
|
| ByteLists |
A Helper class for Lists
|
| BytePriorityQueues |
A Helper class for PriorityQueues
|
| BytePriorityQueues.SynchronizedPriorityDequeue |
Wrapper class for synchronization
|
| BytePriorityQueues.SynchronizedPriorityQueue |
Wrapper class for synchronization
|
| ByteSets |
A Helper class for sets
|
| ByteSets.UnmodifiableSet |
Unmodifyable Set wrapper that helps is used with unmodifyableSet function
|
| ByteSplititerators |
Helper class that provides SplitIterators for normal and stream usage
|