Uses of Class
org.h2.util.BitField

Packages that use BitField
org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa. 
 

Uses of BitField in org.h2.store
 

Constructors in org.h2.store with parameters of type BitField
PageOutputStream(PageStore store, int trunkPage, BitField exclude, int logKey, boolean atEnd)
          Create a new page output stream.