|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.data.FTStringMatch
public final class FTStringMatch
Single full-text string match.
Field Summary | |
---|---|
int |
e
End position. |
boolean |
g
Gaps (non-contiguous) flag. |
boolean |
n
Include/exclude flag. |
byte |
q
Query position. |
int |
s
Start position. |
Method Summary | |
---|---|
int |
compareTo(FTStringMatch sm)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public byte q
public int s
public int e
public boolean n
public boolean g
Method Detail |
---|
public String toString()
toString
in class Object
public int compareTo(FTStringMatch sm)
compareTo
in interface Comparable<FTStringMatch>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |