public interface BitMask extends Serializable, Cloneable
Modifier and Type | Interface and Description |
---|---|
static class |
BitMask.Factory |
Modifier and Type | Method and Description |
---|---|
BitMask |
clone() |
String |
getInstancingStatement() |
boolean |
intersects(BitMask mask) |
boolean |
isAllSet() |
boolean |
isEmpty() |
boolean |
isSet(int index) |
BitMask |
reset(int index) |
BitMask |
resetAll(BitMask mask) |
BitMask |
set(int index) |
BitMask |
setAll(BitMask mask) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.