Compare commits
No commits in common. "b75ad5e91aefab4e10e14ed27a1e1f577a935a71" and "2a192ccd8fe7d794493683a95f8dc0988d7071d9" have entirely different histories.
b75ad5e91a
...
2a192ccd8f
@ -1,10 +1,3 @@
|
||||
import java.util.List;
|
||||
|
||||
public interface ListenInterface
|
||||
{
|
||||
Gebiet getGebietMinDurchschnittsEinkommen();
|
||||
Gebiet getGebietMaxAnzahlEinwohner();
|
||||
int getAnzahlGesamt();
|
||||
int getAnzahlUnvollständig();
|
||||
List<Gebiet> getGebieteNachNamen(String namensanfang);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user