I have several public methods in my code which are all the same :
public boolean modifyLastName(int nth, String lastName) { if (!isNthValid(nth)) {