Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-12-09 14:18:49 +01:00

View File

@@ -1,3 +1,10 @@
import java.util.List;
public interface ListenInterface public interface ListenInterface
{ {
} Gebiet getGebietMinDurchschnittsEinkommen();
Gebiet getGebietMaxAnzahlEinwohner();
int getAnzahlGesamt();
int getAnzahlUnvollständig();
List<Gebiet> getGebieteNachNamen(String namensanfang);
}