Compare commits
2 Commits
2a192ccd8f
...
b75ad5e91a
Author | SHA1 | Date | |
---|---|---|---|
b75ad5e91a | |||
db89a36339 |
@ -1,3 +1,10 @@
|
||||
import java.util.List;
|
||||
|
||||
public interface ListenInterface
|
||||
{
|
||||
}
|
||||
Gebiet getGebietMinDurchschnittsEinkommen();
|
||||
Gebiet getGebietMaxAnzahlEinwohner();
|
||||
int getAnzahlGesamt();
|
||||
int getAnzahlUnvollständig();
|
||||
List<Gebiet> getGebieteNachNamen(String namensanfang);
|
||||
}
|
Loading…
Reference in New Issue
Block a user