22 Set(
int val) {this.val = val;}
23 public int get() {
return val; }
25 private final int flag;
29 public int get() {
return flag; }
34 return this.flag == other.flag;
38 for (
int i = 0; i < vals.length; i++) {
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) …
Java: enum Sq3SyncEF → C-API
static Sq3SyncEF AND(Sq3SyncEF.Set... vals)
boolean equals(Sq3SyncEF other)
Sq3SyncEF
Synchronization Type Flags.
static native String SyncEF_ToString(Sq3SyncEF value)
Java: [static] String SyncEF_ToString(Sq3SyncEF value) → C-API return the Sq3SyncEF as string …
static native Sq3SyncEF SyncEF_FromInt(int value)
Java: [static] Sq3SyncEF SyncEF_FromInt(int value) → C-API return the Sq3SyncEF from integer …