|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectIntBox
public class IntBox
Classe che incapsula un valore intero.
Constructor Summary | |
---|---|
IntBox()
|
Method Summary | |
---|---|
int |
add(int addendo)
Il metodo somma il valore di addendo al valore dell'oggetto. |
int |
inc()
Il metodo incrementa il valore contenuto. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntBox()
Method Detail |
---|
public int add(int addendo)
public int inc()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |