Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.services.io.FormatableBitSet

Uses of FormatableBitSet in org.apache.derby.iapi.services.io
 

Methods in org.apache.derby.iapi.services.io that return FormatableBitSet
 FormatableBitSet FormatableBitSet.shrink(int n)
          Shrink (narrow) a FormatableBitSet to N bits
 FormatableBitSet FormatableBitSet.concatenate(FormatableBitSet other)
          Bit concatenation.
 

Methods in org.apache.derby.iapi.services.io with parameters of type FormatableBitSet
 boolean FormatableBitSet.equals(FormatableBitSet other)
          Bit equivalence.
 int FormatableBitSet.compare(FormatableBitSet other)
          Bit comparison.
 FormatableBitSet FormatableBitSet.concatenate(FormatableBitSet other)
          Bit concatenation.
 void FormatableBitSet.or(FormatableBitSet otherBit)
          Bitwise OR this Bit with another Bit.
 void FormatableBitSet.and(FormatableBitSet otherBit)
          Bitwise AND this Bit with another Bit.
 void FormatableBitSet.xor(FormatableBitSet set)
          Logically XORs this FormatableBitSet with the specified FormatableBitSet.
 

Constructors in org.apache.derby.iapi.services.io with parameters of type FormatableBitSet
FormatableBitSet(FormatableBitSet original)
          Copy constructor