Methods in au.id.pbw.hyfo.hyph that return Subsearch |
Subsearch |
ShortTernaryTree.find_next(int[] key,
int index,
int node_num)
Returns a Subsearch representing a position in the tree at which
non-null DATA was found while tracing a given key. |
Subsearch |
BigTernaryTree.find_next(int[] key,
int index,
int node_num)
Returns a Subsearch representing a position in the tree at which
non-null DATA was found while tracing a given key. |
Subsearch |
TernaryTree.find_next(int[] key,
int index,
int node_num)
Returns a Subsearch representing the psotion in the tree of
the next non-null data discovered in traversing the given key. |