Advertisement
funi22

Untitled

Jan 17th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. non riesco a capire cosa non funzioni, prova a far qualcosa di questo genere :
  2.  
  3. public Boolean uguale(Object x) {
  4. AlfaItalia x1 = (AlfaItalia)x;
  5. return (x1.getValore().equals(this.getValore()) && x1.nome.equals(this.nome));
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement