/** {@inheritDoc} */ @Override public void reset() throws IOException { super.reset(); hyphenated.setLength(0); savedState = null; }
@Override public void reset() throws IOException { super.reset(); currentPrefix = null; }
@Override public void reset() throws IOException { super.reset(); this.numSeen = 0; }
@Override public void reset() throws IOException { super.reset(); pendingPosInc = 0; }