|
||||||||||
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 |
ex
Exclude flag. |
boolean |
g
Gaps (non-contiguous) flag. |
int |
q
Query position. |
int |
s
Start position. |
Method Summary | |
---|---|
int |
compareTo(FTStringMatch sm)
|
protected FTStringMatch |
copy()
Creates a copy of this string match. |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int q
public final int s
public int e
public boolean ex
public boolean g
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int compareTo(FTStringMatch sm)
compareTo
in interface java.lang.Comparable<FTStringMatch>
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
protected FTStringMatch copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |