Interface | Description |
---|---|
Char2ObjectFunction<V> |
A type-specific
Function ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Char2ObjectMap<V> |
A type-specific
Map ; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
Char2ObjectMap.Entry<V> |
A type-specific
Map.Entry ; provides some additional methods
that use polymorphism to avoid (un)boxing. |
Char2ObjectMap.FastEntrySet<V> |
An entry set providing fast iteration.
|
CharBidirectionalIterator |
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
CharCollection |
A type-specific
Collection ; provides some additional methods
that use polymorphism to avoid (un)boxing. |
CharComparator |
A type-specific
Comparator ; provides methods to compare two primitive types both as objects
and as primitive types. |
CharIterable |
A type-specific
Iterable that strengthens that specification of Iterable.iterator() . |
CharIterator |
A type-specific
Iterator ; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
CharList |
A type-specific
List ; provides some additional methods that use polymorphism to avoid (un)boxing. |
CharListIterator |
A type-specific bidirectional iterator that is also a
ListIterator . |
CharSet |
A type-specific
Set ; provides some additional methods that use polymorphism to avoid (un)boxing. |
CharStack |
A type-specific
Stack ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Class | Description |
---|---|
AbstractChar2ObjectFunction<V> |
An abstract class providing basic methods for functions implementing a type-specific interface.
|
AbstractChar2ObjectMap<V> |
An abstract class providing basic methods for maps implementing a type-specific interface.
|
AbstractChar2ObjectMap.BasicEntry<V> |
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
AbstractCharBidirectionalIterator |
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
AbstractCharCollection |
An abstract class providing basic methods for collections implementing a type-specific interface.
|
AbstractCharIterator |
An abstract class facilitating the creation of type-specific iterators.
|
AbstractCharList |
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
AbstractCharList.CharSubList | |
AbstractCharListIterator |
An abstract class facilitating the creation of type-specific list iterators.
|
AbstractCharSet |
An abstract class providing basic methods for sets implementing a type-specific interface.
|
Char2ObjectFunctions |
A class providing static methods and objects that do useful things with type-specific functions.
|
Char2ObjectFunctions.EmptyFunction<V> |
An immutable class representing an empty type-specific function.
|
Char2ObjectFunctions.Singleton<V> |
An immutable class representing a type-specific singleton function.
|
Char2ObjectFunctions.SynchronizedFunction<V> |
A synchronized wrapper class for functions.
|
Char2ObjectFunctions.UnmodifiableFunction<V> |
An unmodifiable wrapper class for functions.
|
Char2ObjectOpenHashMap<V> |
A type-specific hash map with a fast, small-footprint implementation.
|
CharArrayList |
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
CharArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
CharIterators |
A class providing static methods and objects that do useful things with type-specific iterators.
|
CharIterators.EmptyIterator |
A class returning no elements and a type-specific iterator interface.
|
CharIterators.UnmodifiableBidirectionalIterator |
An unmodifiable wrapper class for bidirectional iterators.
|
CharIterators.UnmodifiableIterator |
An unmodifiable wrapper class for iterators.
|
CharIterators.UnmodifiableListIterator |
An unmodifiable wrapper class for list iterators.
|
Copyright © 2011–2024. All rights reserved.