|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectContador
Constructor Summary | |
Contador()
Constructor de Contador Pone el contador a cero |
Method Summary | |
void |
aumentaContador(long cantidad)
Aumenta una cantidad el valor del contador |
long |
getContador()
Metodo getContador |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Contador()
Method Detail |
public long getContador()
public void aumentaContador(long cantidad)
cantidad
- lo que se suma al contador
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |