| パッケージ | 説明 |
|---|---|
| com.uwyn.jhighlight.fastutil.chars |
| クラスと説明 |
|---|
| AbstractChar2ObjectFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2ObjectMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| 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.
|
| AbstractCharListIterator
An abstract class facilitating the creation of type-specific list iterators.
|
| Char2ObjectFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ObjectFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2ObjectMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2ObjectMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2ObjectMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2ObjectOpenHashMap
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.
|
| 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. |
| CharIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
| 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. |
Copyright © 2011-2015. All Rights Reserved.