|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.internal.utils.BitMask
public class BitMask
Utility methods for manipulating bit masks
| Constructor Summary | |
|---|---|
BitMask()
|
|
| Method Summary | |
|---|---|
static boolean |
isSet(int flags,
int mask)
Returns true if all of the bits indicated by the mask are set. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitMask()
| Method Detail |
|---|
public static boolean isSet(int flags,
int mask)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||