クラス Fantan

java.lang.Object
  上位を拡張 Fantan

public class Fantan
extends Object

七並べプログラム。


コンストラクタの概要
Fantan()
           
 
メソッドの概要
private static Hand createTrump()
          53枚のトランプを生成する。
static void main(String[] args)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Fantan

public Fantan()
メソッドの詳細

main

public static void main(String[] args)

createTrump

private static Hand createTrump()
53枚のトランプを生成する。

戻り値:
トランプを格納したHand