org.eclipse.core.internal.utils
Class BitMask

java.lang.Object
  extended by org.eclipse.core.internal.utils.BitMask

public class BitMask
extends java.lang.Object

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

BitMask

public BitMask()
Method Detail

isSet

public static boolean isSet(int flags,
                            int mask)
Returns true if all of the bits indicated by the mask are set.