public class SuffixTree.Edge extends Object
Modifier and Type | Field and Description |
---|---|
int |
end_node |
int |
first_char_index |
int |
last_char_index |
Constructor and Description |
---|
SuffixTree.Edge(int parent_node,
int end_node,
int first_char_index,
int last_char_index) |
Copyright © 2015. All rights reserved.