State

Inheritance: java.lang.Object

public class State

Represents Aztec state (code set).

Constructors

Constructor Description
State()

Fields

Field Description
Binary Binary state.
Digit Digit state (code set).
Lower Lower state (code set).
Mixed Mixed state (code set).
Punct Punctuation state (code set).
StatesNumber Total number of states.
Upper Upper state (code set).

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

State()

public State()

Binary

public static final int Binary

Binary state.

Digit

public static final int Digit

Digit state (code set).

Lower

public static final int Lower

Lower state (code set).

Mixed

public static final int Mixed

Mixed state (code set).

Punct

public static final int Punct

Punctuation state (code set).

StatesNumber

public static final int StatesNumber

Total number of states.

Upper

public static final int Upper

Upper state (code set).

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int