/** {@inheritDoc} */
 public Entry<String, LexiconEntry> next() {
   return MapLexicon.toStringEntry(parent.next());
 }
 @Override
 public void close() throws IOException {
   super.close();
 }