| 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
|
| 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
|
| ShortIterators |
A Helper class for Iterators
|
| ShortLists |
A Helper class for Lists
|
| 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
|