Compare commits
No commits in common. "c7defb02a6fae619371528bf6d8cf58f1c3f3489" and "bb2d6179ede0cf3247f5fa433bd37d49e8558e5c" have entirely different histories.
c7defb02a6
...
bb2d6179ed
@ -23,31 +23,4 @@ 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)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
public class MockGebietListe
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user