Compare commits

..

No commits in common. "c02d32bddbc88e8e75a84b074e2d3195a0f55eca" and "0ad57e97c90e4b96a11e28a1c8283ad0b2d0f317" have entirely different histories.

View File

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