ai esta meu código
String Nome;
int Np =0;
char op;
void cadastrarnome(){
System.out.println(“Quantas Pessoas Deseja Cadastrar? “);
this.Np = leia.nextInt();
for(int i=0; i<this.Np;i++){
System.out.println(”\nDigite o Nome Da pessoa numero “+i+” :”);
this.nome = leia.next();
lista.add(i, nome);
// essa é a parte q estou com dificuldade, nesse If
if (this.nome == null || this.nome.trim().equals("") || this.nome.isEmpty()){
}
metade dele no caso