| Interface | Description |
|---|---|
| ILongArray |
Type-Specific Helper class to get the underlying array of array implementations.
|
| LongStrategy |
A Type Specific Strategy class that allows to give control hashcode generation and equals comparason for maps
|
| Class | Description |
|---|---|
| LongArrays |
A Helper class for Arrays
|
| LongCollections |
A Helper class for Collections
|
| LongCollections.EmptyCollection |
Empty Collection implementation for the empty collection function
|
| LongCollections.SynchronizedCollection |
Synchronized Collection Wrapper for the synchronizedCollection function
|
| LongCollections.UnmodifiableCollection |
Unmodifyable Collection Wrapper for the unmodifyableCollection method
|
| LongIterators |
A Helper class for Iterators
|
| LongLists |
A Helper class for Lists
|
| LongSets |
A Helper class for sets
|
| LongSets.UnmodifiableSet |
Unmodifyable Set wrapper that helps is used with unmodifyableSet function
|
| LongSplititerators |
Helper class that provides SplitIterators for normal and stream usage
|