From 4bef4d00b012dd12ce11a515f0eff0b38b3dfbd8 Mon Sep 17 00:00:00 2001 From: Kevin Pfannenstiel Date: Fri, 9 Dec 2022 14:27:06 +0100 Subject: [PATCH] =?UTF-8?q?MockGebietListe=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GebietListe.java | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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) + { + + } + }