public class JiebaResult extends Object implements Result
JiebaResult(List<com.huaban.analysis.jieba.SegToken> segTokenList)
boolean
hasNext()
Iterator<Word>
iterator()
Word
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JiebaResult(List<com.huaban.analysis.jieba.SegToken> segTokenList)
segTokenList
public boolean hasNext()
hasNext
public Word next()
next
public void remove()
remove
public Iterator<Word> iterator()
iterator
Iterable<Word>
Copyright © 2019. All rights reserved.