|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Char2BooleanMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
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, and handling of a default return value.
|
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, and handling of a default return value.
|
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, and handling of a default return value.
|
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, and handling of a default return value.
|
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, and handling of a default return value.
|
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, and handling of a default return value.
|
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, and handling of a default return value.
|
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, and handling of a default return value.
|
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, and handling of a default return value.
|
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 .
|
CharPriorityQueue | A type-specific PriorityQueue ; provides some additional methods that use polymorphism to reduce type juggling. |
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. |
CharStack | A type-specific Stack ; 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. |
AbstractChar2BooleanMap.BasicEntry | 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). |
AbstractChar2BooleanSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractChar2ByteMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractChar2ByteMap.BasicEntry | 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). |
AbstractChar2ByteSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractChar2CharMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractChar2CharMap.BasicEntry | 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). |
AbstractChar2CharSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractChar2DoubleMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractChar2DoubleMap.BasicEntry | 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). |
AbstractChar2DoubleSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractChar2FloatMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractChar2FloatMap.BasicEntry | 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). |
AbstractChar2FloatSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractChar2IntMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractChar2IntMap.BasicEntry | 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). |
AbstractChar2IntSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractChar2LongMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractChar2LongMap.BasicEntry | 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). |
AbstractChar2LongSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractChar2ObjectMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractChar2ObjectMap.BasicEntry | 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). |
AbstractChar2ObjectSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractChar2ReferenceMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractChar2ReferenceMap.BasicEntry | 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). |
AbstractChar2ReferenceSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractChar2ShortMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractChar2ShortMap.BasicEntry | 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). |
AbstractChar2ShortSortedMap | An abstract class providing basic methods for sorted 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. |
AbstractCharPriorityQueue | An abstract class providing basic methods for priority queues implementing a type-specific 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. |
AbstractCharStack | An abstract class providing basic methods for implementing a type-specific stack 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. |
Char2BooleanMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2BooleanOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2BooleanRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2BooleanSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2BooleanSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2BooleanSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2BooleanSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
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. |
Char2ByteMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2ByteOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2ByteRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2ByteSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2ByteSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2ByteSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2ByteSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
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. |
Char2CharMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2CharOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2CharRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2CharSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2CharSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2CharSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2CharSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
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. |
Char2DoubleMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2DoubleOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2DoubleRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2DoubleSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2DoubleSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2DoubleSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2DoubleSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
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. |
Char2FloatMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2FloatOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2FloatRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2FloatSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2FloatSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2FloatSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2FloatSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
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. |
Char2IntMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2IntOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2IntRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2IntSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2IntSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2IntSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2IntSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
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. |
Char2LongMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2LongOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2LongRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2LongSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2LongSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2LongSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2LongSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
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. |
Char2ObjectMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2ObjectOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2ObjectRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2ObjectSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2ObjectSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2ObjectSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2ObjectSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
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. |
Char2ReferenceMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2ReferenceOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2ReferenceRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2ReferenceSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2ReferenceSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2ReferenceSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2ReferenceSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
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. |
Char2ShortMaps | A class providing static methods and objects that do useful things with type-specific maps. |
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. |
Char2ShortOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Char2ShortRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Char2ShortSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Char2ShortSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Char2ShortSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Char2ShortSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
CharArrayFrontCodedList | Compact storage of lists of arrays using front coding. |
CharArrayIndirectDoublePriorityQueue | A type-specific array-based indirect double priority queue. |
CharArrayIndirectPriorityQueue | A type-specific array-based semi-indirect priority queue. |
CharArrayList | A type-specific array-based list; provides some additional methods that use polymorphism to reduce type juggling. |
CharArrayPriorityQueue | A type-specific array-based priority queue. |
CharArrays | A class providing static methods and objects that do useful things with type-specific arrays. |
CharAVLTreeSet | A type-specific AVL tree set with a fast, small-footprint implementation. |
CharCollections | A class providing static methods and objects that do useful things with type-specific collections. |
CharCollections.SynchronizedCollection | A synchronized wrapper class for collections. |
CharComparators | A class providing static methods and objects that do useful things with comparators. |
CharHeapIndirectPriorityQueue | A type-specific heap-based indirect priority queue. |
CharHeapPriorityQueue | A type-specific heap-based priority queue. |
CharHeaps | A class providing static methods and objects that do useful things with heaps. |
CharHeapSemiIndirectPriorityQueue | A type-specific heap-based semi-indirect priority queue. |
CharHeapSesquiIndirectDoublePriorityQueue | A type-specific heap-based sesqui-indirect double priority queue. |
CharIndirectHeaps | A class providing static methods and objects that do useful things with indirect heaps. |
CharIterators | A class providing static methods and objects that do useful things with type-specific iterators. |
CharLinkedOpenHashSet | A type-specific linked hash set with with a fast, small-footprint implementation. |
CharLists | A class providing static methods and objects that do useful things with type-specific lists. |
CharLists.Singleton | An immutable class representing a type-specific singleton list. |
CharLists.SynchronizedList | A synchronized wrapper class for lists. |
CharOpenHashSet | A hash set with with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
CharPriorityQueues | A class providing static methods and objects that do useful things with type-specific priority queues. |
CharPriorityQueues.SynchronizedPriorityQueue | A synchronized wrapper class for priority queues. |
CharRBTreeSet | A type-specific red-black tree set with a fast, small-footprint implementation. |
CharSemiIndirectHeaps | A class providing static methods and objects that do useful things with semi-indirect heaps. |
CharSets | A class providing static methods and objects that do useful things with type-specific sets. |
CharSets.Singleton | An immutable class representing a type-specific singleton set. |
CharSets.SynchronizedSet | A synchronized wrapper class for sets. |
CharSortedSets | A class providing static methods and objects that do useful things with type-specific sorted sets. |
CharSortedSets.Singleton | A class representing a singleton sorted set. |
CharSortedSets.SynchronizedSortedSet | A synchronized wrapper class for sorted sets. |
Provides type-specific classes for character elements or keys.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |