public abstract static class FullTextSearch.CompoundTerm extends Object implements FullTextSearch.Term, Iterable<FullTextSearch.Term>
FullTextSearch.Term
s.Modifier | Constructor and Description |
---|---|
protected |
CompoundTerm(List<FullTextSearch.Term> terms)
Create a compound term of the supplied terms.
|
Modifier and Type | Method and Description |
---|---|
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) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
matches
forEach, spliterator
protected CompoundTerm(List<FullTextSearch.Term> terms)
terms
- the terms; may not be null or emptypublic List<FullTextSearch.Term> getTerms()
public Iterator<FullTextSearch.Term> iterator()
iterator
in interface Iterable<FullTextSearch.Term>
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.