Compare commits
No commits in common. "ed4c05871395291711941e25a2d4d1b585432a03" and "248eae539c0dc3ea7453c31796806f40aa45c0ad" have entirely different histories.
ed4c058713
...
248eae539c
@ -1,5 +0,0 @@
|
||||
import java.util.List;
|
||||
|
||||
public interface GebietsDateiInterface {
|
||||
List<Gebiet> getGebiete();
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
import java.util.List;
|
||||
|
||||
public interface GebietsListeInterface {
|
||||
Gebiet getGebietMinDurchschnittsEinkommen();
|
||||
Gebiet getGebietMaxAnzahlEinwohner();
|
||||
int getAnzahlGesamt();
|
||||
int getAnzahlUnvollständig();
|
||||
List<Gebiet> getGebieteNachNamen();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user