org.gnu.gdk
public class InputCondition extends Flags
Field Summary | |
---|---|
static InputCondition | EXCEPTION |
static InputCondition | READ |
static InputCondition | WRITE |
Method Summary | |
---|---|
InputCondition | and(InputCondition other) |
static InputCondition | intern(int value) |
InputCondition | or(InputCondition other) |
boolean | test(InputCondition other) |
InputCondition | xor(InputCondition other) |