Пример #1
0
 public void einfuegen(String index, String info) throws IndexAlreadyExistsException {
   root = root.einfuegen(index, info);
 }