Class MiClase

java.lang.Object
  extended by MiClase

public class MiClase
extends java.lang.Object

Primera clase hecha con Bluej

Version:
1.0
Author:
G.Cherencio

Constructor Summary
MiClase()
          Constructor for objects of class MiClase
 
Method Summary
 int sampleMethod(int y)
          Este metodo suma el argumento al valor de x y devuelve el resultado
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiClase

public MiClase()
Constructor for objects of class MiClase

Method Detail

sampleMethod

public int sampleMethod(int y)
Este metodo suma el argumento al valor de x y devuelve el resultado

Parameters:
y - valor a sumar a x
Returns:
devuelve la suma de x + y