|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectStudente
public class Studente
Studente.java -- associa in modo immutabile nome e numero di matricola due oggetti sono uguali quando hanno la stessa matricola
Constructor Summary | |
---|---|
Studente(java.lang.String n,
int m)
|
Method Summary | |
---|---|
int |
compareTo(Studente s)
confronta in base al numero di matricola |
int |
matricola()
ritorna il numero di matricola |
java.lang.String |
nome()
ritorna il nome |
java.lang.String |
toString()
ritorna la stringa "matricola:nome" |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Studente(java.lang.String n, int m)
Method Detail |
---|
public int matricola()
public java.lang.String nome()
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(Studente s)
compareTo
in interface java.lang.Comparable<Studente>
s
- studente
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |