Package org.htmlparser.util.sort


package org.htmlparser.util.sort
Provides generic sorting and searching. The two interfaces Ordered and Sortable are used by the static methods in Sort to perform binary searches and quick sorting of generic objects.
  • Class
    Description
    Describes an object that knows about ordering.
    A quick sort algorithm to sort Vectors or arrays.
    Provides a mechanism to abstract the sort process.