diff --git a/src/GebietListe.java b/src/GebietListe.java index 040e63b..274c380 100644 --- a/src/GebietListe.java +++ b/src/GebietListe.java @@ -24,5 +24,30 @@ public class GebietListe implements ListenInterface this.gebiete = gebiete; } + public Gebiet getGebietMinDurchschnittsEinkommen() + { + + } + + public Gebiet getGebietMaxAnzahlEinwohner() + { + + } + + public int getAnzahlGesamt() + { + + } + + public int getAnzahlUnvollständig() + { + + } + + public List getGebieteNachNamen(String namensanfang) + { + + } + }