MockGebietListe ergänzt

This commit is contained in:
Kevin Pfannenstiel 2022-12-09 14:27:06 +01:00
parent 3775b1c436
commit 4bef4d00b0

View File

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