Ship s = (Ship) this.ships.get(fighterId); if (s == null) { s = new Ship(fighterId); this.ships.put(fighterId, s); } return s;
return false;
// dummy method