public void nextSuffix() {
   currentSuffix = new StringSuffix(string, currentSuffix.getOffset() + 1);
 }