|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.BitSet
org.xmlecho.palomar.security.PermBits
| Constructor Summary | |
PermBits(int flags)
constructs a 32 bit BitSet to represent permissions. |
|
| Method Summary | |
static java.util.BitSet |
toBits(int src)
converts an int into a 32 bit BitSet |
int |
toInt()
returns an integer representation of the 32 bits |
static int |
toInt(java.util.BitSet src)
converts a Bitset into an int |
| Methods inherited from class java.util.BitSet |
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, set, set, set, set, size, toString, xor |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PermBits(int flags)
flags - 32 bits represented as an integer| Method Detail |
public int toInt()
public static java.util.BitSet toBits(int src)
public static int toInt(java.util.BitSet src)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||