java.lang.ObjectCard
Write a description of class Card here.
Constructor Summary | |
Card()
Constructor for objects of class Card |
|
Card(int in)
Constructor for objects of class Card |
Method Summary | |
int |
sampleMethod(int y)
An example of a method - replace this comment with your own |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Card()
public Card(int in)
in
- Sets the value for the private x variable.Method Detail |
public int sampleMethod(int y)
y
- a sample parameter for a method