|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
| Double2BooleanMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2BooleanMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2BooleanSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Double2ByteMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2ByteMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2ByteSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Double2CharMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2CharMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2CharSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Double2DoubleMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2DoubleMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2DoubleSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Double2FloatMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2FloatMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2FloatSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Double2IntMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2IntMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2IntSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Double2LongMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2LongMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2LongSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Double2ObjectMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2ObjectMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2ObjectSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Double2ReferenceMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2ReferenceMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2ReferenceSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Double2ShortMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Double2ShortMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Double2ShortSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| DoubleBidirectionalIterator | A type-specific bidirectional iterator; provides an additional method to reduce type juggling, and the possibility to skip elements backwards. |
| DoubleCollection | A type-specific Collection; provides some additional methods
that use polymorphism to reduce type juggling.
|
| DoubleComparator | A type-specific Comparator; provides methods to compare two primitive types both as objects
and as primitive types.
|
| DoubleIterator | A type-specific Iterator; provides an additional method to reduce type juggling, and
the possibility to skip elements. |
| DoubleList | A type-specific List; provides some additional methods that use polymorphism to reduce type juggling.
|
| DoubleListIterator | A type-specific bidirectional iterator that is also a ListIterator.
|
| DoublePriorityQueue | A type-specific PriorityQueue; provides some additional methods that use polymorphism to reduce type juggling. |
| DoubleSet | A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling. |
| DoubleSortedSet | A type-specific SortedSet; provides some additional methods that use polymorphism to reduce type juggling. |
| DoubleStack | A type-specific Stack; provides some additional methods that use polymorphism to reduce type juggling. |
| Class Summary | |
| AbstractDouble2BooleanMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2BooleanMap.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). |
| AbstractDouble2BooleanSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDouble2ByteMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2ByteMap.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). |
| AbstractDouble2ByteSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDouble2CharMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2CharMap.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). |
| AbstractDouble2CharSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDouble2DoubleMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2DoubleMap.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). |
| AbstractDouble2DoubleSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDouble2FloatMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2FloatMap.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). |
| AbstractDouble2FloatSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDouble2IntMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2IntMap.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). |
| AbstractDouble2IntSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDouble2LongMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2LongMap.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). |
| AbstractDouble2LongSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDouble2ObjectMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2ObjectMap.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). |
| AbstractDouble2ObjectSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDouble2ReferenceMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2ReferenceMap.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). |
| AbstractDouble2ReferenceSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDouble2ShortMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractDouble2ShortMap.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). |
| AbstractDouble2ShortSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractDoubleBidirectionalIterator | An abstract class facilitating the creation of type-specific bidirectional iterators. |
| AbstractDoubleCollection | An abstract class providing basic methods for collections implementing a type-specific interface. |
| AbstractDoubleComparator | An abstract class facilitating the creation of type-specific comparators. |
| AbstractDoubleIterator | An abstract class facilitating the creation of type-specific iterators. |
| AbstractDoubleList | An abstract class providing basic methods for lists implementing a type-specific list interface. |
| AbstractDoubleListIterator | An abstract class facilitating the creation of type-specific list iterators. |
| AbstractDoublePriorityQueue | An abstract class providing basic methods for priority queues implementing a type-specific interface. |
| AbstractDoubleSet | An abstract class providing basic methods for sets implementing a type-specific interface. |
| AbstractDoubleSortedSet | An abstract class providing basic methods for sorted sets implementing a type-specific interface. |
| AbstractDoubleStack | An abstract class providing basic methods for implementing a type-specific stack interface. |
| Double2BooleanAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2BooleanLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2BooleanMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2BooleanMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2BooleanMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2BooleanMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2BooleanOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2BooleanRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2BooleanSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2BooleanSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2BooleanSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2BooleanSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Double2ByteAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2ByteLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2ByteMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2ByteMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2ByteMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2ByteMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2ByteOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2ByteRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2ByteSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2ByteSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2ByteSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2ByteSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Double2CharAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2CharLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2CharMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2CharMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2CharMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2CharMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2CharOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2CharRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2CharSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2CharSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2CharSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2CharSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Double2DoubleAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2DoubleLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2DoubleMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2DoubleMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2DoubleMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2DoubleMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2DoubleOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2DoubleRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2DoubleSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2DoubleSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2DoubleSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2DoubleSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Double2FloatAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2FloatLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2FloatMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2FloatMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2FloatMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2FloatMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2FloatOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2FloatRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2FloatSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2FloatSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2FloatSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2FloatSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Double2IntAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2IntLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2IntMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2IntMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2IntMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2IntMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2IntOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2IntRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2IntSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2IntSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2IntSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2IntSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Double2LongAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2LongLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2LongMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2LongMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2LongMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2LongMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2LongOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2LongRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2LongSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2LongSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2LongSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2LongSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Double2ObjectAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2ObjectLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2ObjectMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2ObjectMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2ObjectMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2ObjectMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2ObjectOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2ObjectRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2ObjectSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2ObjectSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2ObjectSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2ObjectSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Double2ReferenceAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2ReferenceLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2ReferenceMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2ReferenceMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2ReferenceMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2ReferenceMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2ReferenceOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2ReferenceRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2ReferenceSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2ReferenceSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2ReferenceSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2ReferenceSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Double2ShortAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Double2ShortLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Double2ShortMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Double2ShortMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Double2ShortMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Double2ShortMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Double2ShortOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Double2ShortRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Double2ShortSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Double2ShortSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Double2ShortSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Double2ShortSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| DoubleArrayIndirectDoublePriorityQueue | A type-specific array-based indirect double priority queue. |
| DoubleArrayIndirectPriorityQueue | A type-specific array-based semi-indirect priority queue. |
| DoubleArrayList | A type-specific array-based list; provides some additional methods that use polymorphism to reduce type juggling. |
| DoubleArrayPriorityQueue | A type-specific array-based priority queue. |
| DoubleArrays | A class providing static methods and objects that do useful things with type-specific arrays. |
| DoubleAVLTreeSet | A type-specific AVL tree set with a fast, small-footprint implementation. |
| DoubleCollections | A class providing static methods and objects that do useful things with type-specific collections. |
| DoubleCollections.SynchronizedCollection | A synchronized wrapper class for collections. |
| DoubleComparators | A class providing static methods and objects that do useful things with comparators. |
| DoubleHeapIndirectPriorityQueue | A type-specific heap-based indirect priority queue. |
| DoubleHeapPriorityQueue | A type-specific heap-based priority queue. |
| DoubleHeaps | A class providing static methods and objects that do useful things with heaps. |
| DoubleHeapSemiIndirectPriorityQueue | A type-specific heap-based semi-indirect priority queue. |
| DoubleHeapSesquiIndirectDoublePriorityQueue | A type-specific heap-based sesqui-indirect double priority queue. |
| DoubleIndirectHeaps | A class providing static methods and objects that do useful things with indirect heaps. |
| DoubleIterators | A class providing static methods and objects that do useful things with type-specific iterators. |
| DoubleLinkedOpenHashSet | A type-specific linked hash set with with a fast, small-footprint implementation. |
| DoubleLists | A class providing static methods and objects that do useful things with type-specific lists. |
| DoubleLists.Singleton | An immutable class representing a type-specific singleton list. |
| DoubleLists.SynchronizedList | A synchronized wrapper class for lists. |
| DoubleOpenHashSet | A hash set with with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| DoublePriorityQueues | A class providing static methods and objects that do useful things with type-specific priority queues. |
| DoublePriorityQueues.SynchronizedPriorityQueue | A synchronized wrapper class for priority queues. |
| DoubleRBTreeSet | A type-specific red-black tree set with a fast, small-footprint implementation. |
| DoubleSemiIndirectHeaps | A class providing static methods and objects that do useful things with semi-indirect heaps. |
| DoubleSets | A class providing static methods and objects that do useful things with type-specific sets. |
| DoubleSets.Singleton | An immutable class representing a type-specific singleton set. |
| DoubleSets.SynchronizedSet | A synchronized wrapper class for sets. |
| DoubleSortedSets | A class providing static methods and objects that do useful things with type-specific sorted sets. |
| DoubleSortedSets.Singleton | A class representing a singleton sorted set. |
| DoubleSortedSets.SynchronizedSortedSet | A synchronized wrapper class for sorted sets. |
Provides type-specific classes for double elements or keys.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||