Compare commits
2 Commits
248eae539c
...
ed4c058713
Author | SHA1 | Date | |
---|---|---|---|
ed4c058713 | |||
caf5b72d90 |
5
src/GebietsDateiInterface.java
Normal file
5
src/GebietsDateiInterface.java
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public interface GebietsDateiInterface {
|
||||||
|
List<Gebiet> getGebiete();
|
||||||
|
}
|
9
src/GebietsListeInterface.java
Normal file
9
src/GebietsListeInterface.java
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public interface GebietsListeInterface {
|
||||||
|
Gebiet getGebietMinDurchschnittsEinkommen();
|
||||||
|
Gebiet getGebietMaxAnzahlEinwohner();
|
||||||
|
int getAnzahlGesamt();
|
||||||
|
int getAnzahlUnvollständig();
|
||||||
|
List<Gebiet> getGebieteNachNamen();
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user