Compare commits

...

3 Commits

2 changed files with 31 additions and 0 deletions

View File

@ -23,4 +23,31 @@ public class GebietListe implements ListenInterface
{ {
this.gebiete = gebiete; this.gebiete = gebiete;
} }
public Gebiet getGebietMinDurchschnittsEinkommen()
{
}
public Gebiet getGebietMaxAnzahlEinwohner()
{
}
public int getAnzahlGesamt()
{
}
public int getAnzahlUnvollständig()
{
}
public List<Gebiet> getGebieteNachNamen(String namensanfang)
{
}
} }

4
src/MockGebietListe.java Normal file
View File

@ -0,0 +1,4 @@
public class MockGebietListe
{
}