예제 #1
0
파일: Ace.java 프로젝트: soeltjen/gnubridge
 public static boolean isValueOf(Card card) {
   return card.getValue() == Card.strToIntValue("A");
 }