Package org.gnubridge.core.deck

Source Code of org.gnubridge.core.deck.Three

package org.gnubridge.core.deck;

import org.gnubridge.core.Card;

public class Three {
  public static Card of(Suit denomination) {
    return new Card("3", denomination);
  }
}
TOP

Related Classes of org.gnubridge.core.deck.Three

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.