Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
bb2d6179ed
@ -1,3 +1,10 @@
|
|||||||
|
import java.util.List;
|
||||||
|
|
||||||
public interface ListenInterface
|
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