Class Card

java.lang.Object
  extended byCard

public class Card
extends java.lang.Object

Write a description of class Card here.

Version:
(a version number or a date)
Author:
(your name)

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

Card

public Card()
Constructor for objects of class Card


Card

public Card(int in)
Constructor for objects of class Card

Parameters:
in - Sets the value for the private x variable.
Method Detail

sampleMethod

public int sampleMethod(int y)
An example of a method - replace this comment with your own

Parameters:
y - a sample parameter for a method
Returns:
the sum of x and y