|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--prog.c03.frazioni.ElencoFrazioni
Fornisce oggetti che realizzano elenchi di frazioni.
Method Summary | |
boolean |
hasNext()
Restituisce true se ci sono ancora frazioni nell'elenco che esegue il
metodo, false altrimenti. |
Frazione |
next()
Restituisce la prossima frazione nell'elenco che esegue il metodo. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Frazione next()
public boolean hasNext()
true
se ci sono ancora frazioni nell'elenco che esegue il
metodo, false
altrimenti.
true
se ci sono ancora frazioni nell'elenco e
false
altrimenti.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |