This commit is contained in:
Looly
2020-03-02 21:13:04 +08:00
parent 985ffb33a5
commit ba8d7b2625
6 changed files with 124 additions and 28 deletions

View File

@@ -49,6 +49,7 @@ public abstract class AbstractResult implements Result{
throw new UnsupportedOperationException("Jcseg result not allow to remove !");
}
@SuppressWarnings("NullableProblems")
@Override
public Iterator<Word> iterator() {
return this;