| Interface | Description |
|---|---|
| CharStrategy |
A Type Specific Strategy class that allows to give control hashcode generation and equals comparason for maps
|
| ICharArray |
Type-Specific Helper class to get the underlying array of array implementations.
|
| Class | Description |
|---|---|
| CharArrays |
A Helper class for Arrays
|
| CharCollections |
A Helper class for Collections
|
| CharCollections.EmptyCollection |
Empty Collection implementation for the empty collection function
|
| CharCollections.SynchronizedCollection |
Synchronized Collection Wrapper for the synchronizedCollection function
|
| CharCollections.UnmodifiableCollection |
Unmodifyable Collection Wrapper for the unmodifyableCollection method
|
| CharIterators |
A Helper class for Iterators
|
| CharLists |
A Helper class for Lists
|
| CharSets |
A Helper class for sets
|
| CharSets.UnmodifiableSet |
Unmodifyable Set wrapper that helps is used with unmodifyableSet function
|
| CharSplititerators |
Helper class that provides SplitIterators for normal and stream usage
|