From db89a36339ae2d5b81ed68de1f8c7ad70538984c Mon Sep 17 00:00:00 2001 From: pbg2h21ama Date: Fri, 9 Dec 2022 14:15:28 +0100 Subject: [PATCH] =?UTF-8?q?ListenInterface=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ListenInterface.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ListenInterface.java b/src/ListenInterface.java index cf39895..eec26ae 100644 --- a/src/ListenInterface.java +++ b/src/ListenInterface.java @@ -1,3 +1,10 @@ +import java.util.List; + public interface ListenInterface { -} + Gebiet getGebietMinDurchschnittsEinkommen(); + Gebiet getGebietMaxAnzahlEinwohner(); + int getAnzahlGesamt(); + int getAnzahlUnvollständig(); + List getGebieteNachNamen(String namensanfang); +} \ No newline at end of file