|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISequence
A sequence of elements from which a SuffixTree can be built. Elements are
indexed with integers starting at position 0. Elements themselves must be represented
as integers, where equal values at different indices indicate equal objects, whatever
the underlying objects might be.
| Method Summary | |
|---|---|
int |
objectAt(int i)
Returns a unique integer code for object at index i (the first element
has 0 index). |
int |
size()
Returns the number of elements in the sequence. |
| Method Detail |
|---|
int size()
int objectAt(int i)
i (the first element
has 0 index).
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||