|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.data.FTMatch
public final class FTMatch
Match full-text container,
referencing several FTStringMatch instances.
| Constructor Summary | |
|---|---|
FTMatch()
|
|
| Method Summary | |
|---|---|
FTMatch |
add(FTMatch mtc)
Adds a all matches of a full-text match. |
FTMatch |
add(FTStringMatch m)
Adds a string match. |
Iterator<FTStringMatch> |
iterator()
|
boolean |
notin(FTMatch mtc)
Checks if the full-text match is not part of the specified match. |
void |
reset()
Resets the match. |
void |
sort()
Sorts the matches. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FTMatch()
| Method Detail |
|---|
public void reset()
public FTMatch add(FTMatch mtc)
mtc - match to be added
public FTMatch add(FTStringMatch m)
m - match to be added
public boolean notin(FTMatch mtc)
mtc - match to be checked
public void sort()
public Iterator<FTStringMatch> iterator()
iterator in interface Iterable<FTStringMatch>public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||