Class Piece

java.lang.Object
  |
  +--Piece

public class Piece
extends java.lang.Object


Constructor Summary
Piece(int v)
           
 
Method Summary
 int valeurPiece()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Piece

public Piece(int v)
Method Detail

valeurPiece

public int valeurPiece()