Interface | Description |
---|---|
Ordered |
Describes an object that knows about ordering.
|
Sortable |
Provides a mechanism to abstract the sort process.
|
Class | Description |
---|---|
Sort |
A quick sort algorithm to sort Vectors or arrays.
|
Ordered
and Sortable
are used by
the static methods in Sort
to perform binary searches and quick
sorting of generic objects.HTML Parser is an open source library released under LGPL.