Compare commits

..

No commits in common. "b75ad5e91aefab4e10e14ed27a1e1f577a935a71" and "2a192ccd8fe7d794493683a95f8dc0988d7071d9" have entirely different histories.

View File

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