|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ util overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.derby.iapi.util.JBitSet
| Uses of JBitSet in org.apache.derby.iapi.util |
| Methods in org.apache.derby.iapi.util with parameters of type JBitSet | |
void |
JBitSet.setTo(JBitSet sourceBitSet)
Set the BitSet to have the exact same bits set as the parameter's BitSet. |
boolean |
JBitSet.contains(JBitSet jBitSet)
Test to see if one JBitSet contains another one of the same size. |
void |
JBitSet.and(JBitSet set)
|
void |
JBitSet.or(JBitSet set)
|
void |
JBitSet.xor(JBitSet set)
|
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ util overview ] | PREV NEXT | ||||||||