public final class Poke
extends java.lang.Object
implements java.lang.Cloneable
| 限定符和类型 | 字段和说明 |
|---|---|
byte |
color |
static java.lang.String[] |
huaseName |
static Poke |
POKE_INVALID |
static byte |
PokeColor_FANG |
static byte |
PokeColor_HEI |
static byte |
PokeColor_HONG |
static byte |
PokeColor_MEI |
static byte |
PokeValue_10 |
static byte |
PokeValue_2 |
static byte |
PokeValue_3 |
static byte |
PokeValue_4 |
static byte |
PokeValue_5 |
static byte |
PokeValue_6 |
static byte |
PokeValue_7 |
static byte |
PokeValue_8 |
static byte |
PokeValue_9 |
static byte |
PokeValue_A |
static byte |
PokeValue_J |
static byte |
PokeValue_K |
static byte |
PokeValue_Q |
static byte[] |
PokeValues |
byte |
value |
static java.lang.String[] |
valueName |
public static final byte PokeValue_2
public static final byte PokeValue_3
public static final byte PokeValue_4
public static final byte PokeValue_5
public static final byte PokeValue_6
public static final byte PokeValue_7
public static final byte PokeValue_8
public static final byte PokeValue_9
public static final byte PokeValue_10
public static final byte PokeValue_J
public static final byte PokeValue_Q
public static final byte PokeValue_K
public static final byte PokeValue_A
public static final byte[] PokeValues
public static final byte PokeColor_HEI
public static final byte PokeColor_HONG
public static final byte PokeColor_MEI
public static final byte PokeColor_FANG
public static final Poke POKE_INVALID
public byte color
public byte value
public static java.lang.String[] huaseName
public static java.lang.String[] valueName
public void setColor(byte color)
public void setValue(byte value)
public byte getColor()
public byte getValue()
public byte toByte()
public boolean equals(java.lang.Object object)
equals 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Objectpublic Poke clone()
clone 在类中 java.lang.ObjectCopyright © 2018. All Rights Reserved.