neue Methoden hizugefügt

This commit is contained in:
dom
2025-02-21 06:25:31 -05:00
parent 933fdd7b16
commit 790a4b56e4
4 changed files with 68 additions and 1 deletions

View File

@@ -15,8 +15,21 @@ public class Abschluss extends Baumelement
}
public Datenelement Suche(String suche){
System.err.println("[404]Not found");
return null;
}
public int HöheGeben(){
return 0;
}
public boolean IstVorhanden(String Testwort){
return false;
}
public int TiefeGeben(String suche){
System.err.println("[404]Not found");
return 0;
}