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