|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.gouv.culture.sdx.utils.Bits
public class Bits
Utility methods to handle bitsets.
| Constructor Summary | |
|---|---|
Bits()
|
|
| Method Summary | |
|---|---|
static int |
countBits(java.util.BitSet bs)
Returns the number of bits set to 1 in a bitset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Bits()
| Method Detail |
|---|
public static int countBits(java.util.BitSet bs)
bs - The bitset to check.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||