Compare commits
3 Commits
bb2d6179ed
...
c7defb02a6
Author | SHA1 | Date | |
---|---|---|---|
c7defb02a6 | |||
4bef4d00b0 | |||
3775b1c436 |
@ -23,4 +23,31 @@ 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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
4
src/MockGebietListe.java
Normal file
4
src/MockGebietListe.java
Normal file
@ -0,0 +1,4 @@
|
||||
public class MockGebietListe
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user