|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecttorresDeHanoi.Disco
public class Disco
Field Summary | |
---|---|
private int |
tamanio
|
Constructor Summary | |
---|---|
Disco(int tamanio)
Establece el tamaño que tendra el disco. |
Method Summary | |
---|---|
int |
getTamanio()
Devuelve el tamaño del Disco. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int tamanio
Constructor Detail |
---|
public Disco(int tamanio)
Establece el tamaño que tendra el disco.
tamanio
- Indica el tamaño del disco.Method Detail |
---|
public int getTamanio()
Devuelve el tamaño del Disco.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |