Package it.unimi.dsi.fastutil.chars

Provides type-specific classes for character elements or keys.

See:
          Description

Interface Summary
Char2BooleanMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2BooleanMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2BooleanSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Char2ByteMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2ByteMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2ByteSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Char2CharMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2CharMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2CharSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Char2DoubleMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2DoubleMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2DoubleSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Char2FloatMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2FloatMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2FloatSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Char2IntMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2IntMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2IntSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Char2LongMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2LongMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2LongSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Char2ObjectMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2ObjectMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2ObjectSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Char2ReferenceMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2ReferenceMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2ReferenceSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Char2ShortMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Char2ShortMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Char2ShortSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
CharBidirectionalIterator A type-specific bidirectional iterator; provides an additional method to reduce type juggling, and the possibility to skip elements backwards.
CharCollection A type-specific Collection; provides some additional methods that use polymorphism to reduce type juggling.
CharComparator A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
CharIterator A type-specific Iterator; provides an additional method to reduce type juggling, and the possibility to skip elements.
CharList A type-specific List; provides some additional methods that use polymorphism to reduce type juggling.
CharListIterator A type-specific bidirectional iterator that is also a ListIterator.
CharSet A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling.
CharSortedSet A type-specific SortedSet; provides some additional methods that use polymorphism to reduce type juggling.
 

Class Summary
AbstractChar2BooleanMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2ByteMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2CharMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2DoubleMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2FloatMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2IntMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2LongMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2ObjectMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2ReferenceMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2ShortMap 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.
AbstractCharComparator An abstract class facilitating the creation of type-specific comparators.
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.
AbstractCharSet An abstract class providing basic methods for sets implementing a type-specific interface.
Char2BooleanAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2BooleanLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
Char2ByteAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2ByteLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
Char2CharAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2CharLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
Char2DoubleAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2DoubleLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
Char2FloatAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2FloatLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
Char2IntAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2IntLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
Char2LongAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2LongLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
Char2ObjectAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2ObjectLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
Char2ReferenceAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2ReferenceLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
Char2ShortAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Char2ShortLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
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.
CharArrayList A type-specific ArrayList; provides some additional methods that use polymorphism to reduce type juggling.
CharAVLTreeSet A type-specific AVL tree set with a fast, small-footprint implementation.
CharLinkedOpenHashSet A type-specific linked hash set with with a fast, small-footprint implementation.
CharOpenHashSet A type-specific hash set with with a fast, small-footprint implementation.
CharRBTreeSet A type-specific red-black tree set with a fast, small-footprint implementation.
 

Package it.unimi.dsi.fastutil.chars Description

Provides type-specific classes for character elements or keys.