예제 #1
0
파일: BinBaum.java 프로젝트: Jegon/BT-GUI
 public void einfuegen(String index, String info) throws IndexAlreadyExistsException {
   root = root.einfuegen(index, info);
 }