ch.ethz.mxquery.sms.ftstore
Class PhraseIterator
java.lang.Object
ch.ethz.mxquery.sms.ftstore.PhraseIterator
public class PhraseIterator
- extends java.lang.Object
Helper iterator (over phrases)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FLAT_PHRASE
public static final int FLAT_PHRASE
- See Also:
- Constant Field Values
NESTED_PHRASE
public static final int NESTED_PHRASE
- See Also:
- Constant Field Values
PhraseIterator
public PhraseIterator(java.util.Vector tokens,
int type)
next
public FTToken next()
throws MXQueryException
- Throws:
MXQueryException
reset
public void reset()
hasNext
public boolean hasNext()
getNumberOfElements
public int getNumberOfElements()
getType
public int getType()
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich