| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| it.unimi.dsi.fastutil.doubles |
Provides type-specific classes for double elements or keys.
|
| it.unimi.dsi.fastutil.floats |
Provides type-specific classes for float elements or keys.
|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| it.unimi.dsi.fastutil.io |
Provides classes and static methods that make object and primitive-type I/O easier and faster.
|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Class and Description |
|---|
| AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| CharCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| CharIterable
A type-specific
Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer). |
| CharIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| Class and Description |
|---|
| AbstractChar2BooleanFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2BooleanMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2BooleanSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractChar2ByteFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2ByteMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2ByteSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractChar2CharFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2CharMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2CharSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractChar2DoubleFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2DoubleMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2DoubleSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractChar2FloatFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2FloatMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2FloatSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractChar2IntFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2IntMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2IntSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractChar2LongFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2LongMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2LongSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| 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.
|
| AbstractChar2ObjectSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractChar2ReferenceFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2ReferenceMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2ReferenceSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractChar2ShortFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractChar2ShortMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractChar2ShortSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractCharBidirectionalIterator
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
| AbstractCharBigList
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
|
| AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| AbstractCharIterator
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
| AbstractCharList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
| AbstractCharSet
An abstract class providing basic methods for sets implementing a type-specific interface.
|
| AbstractCharSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
| Char2BooleanArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2BooleanAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Char2BooleanFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2BooleanFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2BooleanFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2BooleanFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2BooleanFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2BooleanLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Char2BooleanMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2BooleanMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2BooleanMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2BooleanMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2BooleanMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2BooleanMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2BooleanMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2BooleanOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2BooleanOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2BooleanRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2BooleanSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2BooleanSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2BooleanSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| Char2ByteArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2ByteAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Char2ByteFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ByteFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2ByteFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2ByteFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2ByteFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2ByteLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Char2ByteMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2ByteMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2ByteMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2ByteMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2ByteMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2ByteMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2ByteMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2ByteOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2ByteOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2ByteRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2ByteSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ByteSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2ByteSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| Char2CharArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2CharAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Char2CharFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2CharFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2CharFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2CharFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2CharFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2CharLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Char2CharMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2CharMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2CharMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2CharMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2CharMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2CharMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2CharMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2CharOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2CharOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2CharRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2CharSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2CharSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2CharSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| Char2DoubleArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2DoubleAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Char2DoubleFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2DoubleFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2DoubleFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2DoubleFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2DoubleFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2DoubleLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Char2DoubleMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2DoubleMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2DoubleMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2DoubleMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2DoubleMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2DoubleMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2DoubleMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2DoubleOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2DoubleRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2DoubleSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2DoubleSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2DoubleSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| Char2FloatArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2FloatAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Char2FloatFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2FloatFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2FloatFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2FloatFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2FloatFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2FloatLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Char2FloatMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2FloatMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2FloatMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2FloatMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2FloatMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2FloatMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2FloatMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2FloatOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2FloatRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2FloatSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2FloatSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2FloatSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| Char2IntArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2IntAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Char2IntFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2IntFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2IntFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2IntFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2IntFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2IntLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Char2IntMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2IntMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2IntMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2IntMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2IntMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2IntMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2IntMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2IntOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2IntRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2IntSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2IntSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2IntSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| Char2LongArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2LongAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Char2LongFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2LongFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2LongFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2LongFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2LongFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2LongLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Char2LongMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2LongMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2LongMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2LongMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2LongMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2LongMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2LongMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2LongOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2LongRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2LongSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2LongSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2LongSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| Char2ObjectArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2ObjectAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| 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.
|
| Char2ObjectFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2ObjectFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2ObjectFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2ObjectLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| 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.
|
| Char2ObjectMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2ObjectMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2ObjectMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2ObjectMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2ObjectOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2ObjectOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2ObjectRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2ObjectSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ObjectSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2ObjectSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| Char2ReferenceArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2ReferenceAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Char2ReferenceFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ReferenceFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2ReferenceFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2ReferenceFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2ReferenceFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2ReferenceLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Char2ReferenceMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2ReferenceMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2ReferenceMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2ReferenceMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2ReferenceMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2ReferenceMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2ReferenceMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2ReferenceOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2ReferenceOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2ReferenceRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2ReferenceSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ReferenceSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2ReferenceSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| Char2ShortArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Char2ShortAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
| Char2ShortFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ShortFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Char2ShortFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Char2ShortFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Char2ShortFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Char2ShortLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Char2ShortMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Char2ShortMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Char2ShortMap.FastEntrySet
An entry set providing fast iteration.
|
| Char2ShortMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Char2ShortMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Char2ShortMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Char2ShortMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Char2ShortOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Char2ShortOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Char2ShortRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
| Char2ShortSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ShortSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Char2ShortSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| CharArrayFrontCodedList
Compact storage of lists of arrays using front coding.
|
| CharArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| CharArrays.Segment |
| CharArraySet
A simple, brute-force implementation of a set based on a backing array.
|
| CharBidirectionalIterable
A type-specific
Iterable that further strengthens the specification of Iterable.iterator(). |
| CharBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
| CharBigArrayBigList
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| CharBigList
A type-specific
BigList; provides some additional methods that use polymorphism to avoid (un)boxing. |
| CharBigListIterator
A type-specific
BigListIterator. |
| CharBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
| CharBigLists.EmptyBigList
An immutable class representing an empty type-specific big list.
|
| CharCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| CharCollections.EmptyCollection
An immutable class representing an empty type-specific collection.
|
| CharCollections.SynchronizedCollection
A synchronized wrapper class for collections.
|
| CharCollections.UnmodifiableCollection
An unmodifiable wrapper class for collections.
|
| CharComparator
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| CharConsumer
A type-specific
Consumer; provides methods to consume a primitive type both as object
and as primitive. |
| CharHash.Strategy
A type-specific hash strategy.
|
| CharHeapSemiIndirectPriorityQueue
A type-specific heap-based semi-indirect priority queue.
|
| CharIndirectPriorityQueue
A type-specific
IndirectPriorityQueue. |
| CharIterable
A type-specific
Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer). |
| 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.
|
| CharLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
| CharLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
| 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. |
| CharLists.EmptyList
An immutable class representing an empty type-specific list.
|
| CharLists.SynchronizedList
A synchronized wrapper class for lists.
|
| CharLists.UnmodifiableList
An unmodifiable wrapper class for lists.
|
| CharOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| CharOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation.
|
| CharPriorityQueue
A type-specific
PriorityQueue; provides some additional methods that use polymorphism to avoid (un)boxing. |
| CharSet
A type-specific
Set; provides some additional methods that use polymorphism to avoid (un)boxing. |
| CharSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface.
|
| CharSets.Singleton
An immutable class representing a type-specific singleton set.
|
| CharSets.SynchronizedSet
A synchronized wrapper class for sets.
|
| CharSets.UnmodifiableSet
An unmodifiable wrapper class for sets.
|
| CharSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| CharSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
| CharStack
A type-specific
Stack; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Class and Description |
|---|
| AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| CharCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| CharIterable
A type-specific
Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer). |
| CharIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| Class and Description |
|---|
| AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| CharCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| CharIterable
A type-specific
Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer). |
| CharIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| Class and Description |
|---|
| AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| CharCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| CharIterable
A type-specific
Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer). |
| CharIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| Class and Description |
|---|
| CharIterable
A type-specific
Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer). |
| CharIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| Class and Description |
|---|
| AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| CharCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| CharIterable
A type-specific
Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer). |
| CharIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| Class and Description |
|---|
| AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| CharCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| CharIterable
A type-specific
Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer). |
| CharIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| Class and Description |
|---|
| AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| CharCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| CharIterable
A type-specific
Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer). |
| CharIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
Copyright © 2020. All rights reserved.