Compare commits
No commits in common. "cd1ec136a9af014c0c061e79c6a005d3ad64e0f5" and "0facc68e7ec57e3be16ea1650228a21a8ad0285f" have entirely different histories.
cd1ec136a9
...
0facc68e7e
@ -1,14 +1,4 @@
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class MockGebietListe implements ListenInterface
|
||||
public class MockGebietListe
|
||||
{
|
||||
private ArrayList<Gebiet> gebiete = new ArrayList<>();
|
||||
|
||||
public void GebietsListe(List<Gebiet> gebiete){ }
|
||||
public Gebiet getGebietMinDurchschnittsEinkommen() {return null;}
|
||||
public Gebiet getGebietMaxAnzahlEinwohner() {return null;}
|
||||
public int getAnzahlGesamt() {return 0;}
|
||||
public int getAnzahlUnvollständig() {return 0;}
|
||||
public List<Gebiet> getGebieteNachNamen(String namensanfang) {return gebiete;}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user