suche implementiert

This commit is contained in:
dom
2025-02-18 22:14:32 +12:00
parent 22cbfea63c
commit 933fdd7b16
4 changed files with 23 additions and 2 deletions

View File

@@ -5,5 +5,6 @@ public abstract class Baumelement
// Methoden
public abstract Baumelement einfügen(Datenelement datenNeu);
public abstract Datenelement Suche(String suche);
}