public abstract class AbstractResult extends ComputeIter<Word> implements Result
| Constructor and Description |
|---|
AbstractResult() |
| Modifier and Type | Method and Description |
|---|---|
protected Word |
computeNext()
|
protected abstract Word |
nextWord()
下一个单词,通过实现此方法获取下一个单词,null表示无下一个结果。
|
finish, hasNext, nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititeratorforEach, spliteratorforEachRemaining, hasNext, next, removeprotected abstract Word nextWord()
protected Word computeNext()
ComputeItercomputeNext in class ComputeIter<Word>Copyright © 2025. All rights reserved.