neue Methoden hizugefügt
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user