程序包 | 说明 |
---|---|
org.htmlparser.lexer | |
org.htmlparser.util.sort |
限定符和类型 | 类和说明 |
---|---|
class |
PageIndex
A sorted array of integers, the positions of the first characters of each line.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|