Merge remote-tracking branch 'Java/master'

This commit is contained in:
Sabine Gubitz 2022-12-06 14:52:32 +01:00
commit ea9efaeac7

9
src/GebietInterface.java Normal file
View File

@ -0,0 +1,9 @@
public interface GebietInterface {
int getjahr();
int getSchüssel();
String getName();
long getGesamtEinkommen();
int getDurchschnittsEinkommen();
int getAnzahlEinwohner();
}