|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSuffixCoordinates
Holds the coordinates of this leaf can have more than one set of coordinates, since this suffix can be suffix to more than one string.
Field Summary | |
private SuffixCoordinates |
nextCoordinates
the next coordinate object |
private int |
position
the position of the suffix associated with this leaf node Note that the position is calculated relatively to the first char of the first string added to the tree |
Constructor Summary | |
(package private) |
SuffixCoordinates(int position,
SuffixCoordinates nextCoordinates)
|
Method Summary | |
SuffixCoordinates |
getNext()
returns the next coordinate object |
int |
getPosition()
returns the position of the suffix |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private final int position
private SuffixCoordinates nextCoordinates
Constructor Detail |
SuffixCoordinates(int position, SuffixCoordinates nextCoordinates)
Method Detail |
public final int getPosition()
public final SuffixCoordinates getNext()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |