Package | Description |
---|---|
org.htmlparser.lexer |
The lexer package is the base level I/O subsystem.
|
org.htmlparser.util.sort |
Provides generic sorting and searching.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PageIndex |
A sorted array of integers, the positions of the first characters of each line.
|
Modifier and Type | Method | Description |
---|---|---|
static int |
Sort.bsearch(Sortable set,
Ordered ref) |
Binary search for an object
|
static int |
Sort.bsearch(Sortable set,
Ordered ref,
int lo,
int hi) |
Binary search for an object
|
static void |
Sort.QuickSort(Sortable sortable) |
This is a generic version of C.A.R Hoare's Quick Sort algorithm.
|
static void |
Sort.QuickSort(Sortable sortable,
int lo0,
int hi0) |
This is a generic version of C.A.R Hoare's Quick Sort algorithm.
|
HTML Parser is an open source library released under LGPL.