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