|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| BooleanStateArray | The class BooleanStateArray tracks a
boolean state corresponding to a list of int keys
provided in the class constructor. |
| IteratorFactory | IteratorFactory encapsulates a static method to construct
a Java Iterator from an Object[] array. |
| Pair | Pair constructs an immutable pair object from two
non-null objects that are referred to as A and B. |
| QuickArrayList | QuickArrayList extends ArrayList by
adding one constructor and three methods addItems,
setItems, and removeItems that handle
an array of Object at once. |
| QuickHashMap | QuickHashMap extends HashMap by
adding one constructor and three methods putPairs,
setPairs, and removeKeys that handle
an array of Object at once. |
| QuickHashSet | QuickHashSet extends HashSet by
adding one constructor and three methods addItems,
setItems, and removeItems that handle
an array of Object at once. |
| QuickHashtable | QuickHashtable extends Hashtable by
adding one constructor and three methods putPairs,
setPairs, and removeKeys that handle
an array of Object at once. |
| QuickLinkedList | QuickLinkedList extends LinkedList by
adding one constructor and three methods addItems,
setItems, and removeItems that handle
an array of Object at once. |
| QuickTreeMap | QuickTreeMap extends TreeMap by
adding two constructors and three methods putPairs,
setPairs, and removeKeys that handle
an array of Object at once. |
| QuickTreeSet | QuickTreeSet extends TreeSet by
adding two constructors and three methods addItems,
setItems, and removeItems that handle
an array of Object at once. |
| QuickVector | QuickVector extends Vector by
adding one constructor and three methods addItems,
setItems, and removeItems that handle
an array of Object at once. |
| StringIntPair | StringIntPair constructs an immutable pair object
from a non-null String and an
int. |
| StringObjectMap | StringObjectMap encapsulates a structure that maintains
a collection of String and Object pairs in
such a way that the original order of pair entry is preserved and it is
efficient to map a string to an object and vice versa. |
| StringObjectPair | StringObjectPair constructs an immutable pair object from
a non-null String and
a non-null Object. |
| StringSet | StringSet encapsulates a structure that maintains a set
of Strings both in the original order of entry and in
sorted order. |
Provides classes for quick initialization of standard collections and introduces classes based on pairs that combine features of lists and hashtables.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||