|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.graph.query.model.FullTextSearch.CompoundTerm
public abstract static class FullTextSearch.CompoundTerm

A list of FullTextSearch.Terms.
| Constructor Summary | |
|---|---|
protected |
FullTextSearch.CompoundTerm(List<FullTextSearch.Term> terms)
Create a compound term of the supplied terms. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<FullTextSearch.Term> |
getTerms()
Get the terms that make up this compound term. |
int |
hashCode()
|
Iterator<FullTextSearch.Term> |
iterator()
|
protected String |
toString(String delimiter)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FullTextSearch.CompoundTerm(List<FullTextSearch.Term> terms)
terms - the terms; may not be null or empty| Method Detail |
|---|
public List<FullTextSearch.Term> getTerms()
public Iterator<FullTextSearch.Term> iterator()
iterator in interface Iterable<FullTextSearch.Term>Iterable.iterator()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)protected String toString(String delimiter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||