public static class ImmutableArcInst.Flag
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
is(int userBits)
Returns true if this Flag is set in userBits.
|
int |
set(int userBits,
boolean value)
Updates this flag in userBits.
|
public boolean is(int userBits)
userBits - user bits.public int set(int userBits,
boolean value)
userBits - old user bits.value - new value of flag.