sparsebitmap
Interface BitmapContainer

All Known Implementing Classes:
SparseBitmap

public interface BitmapContainer

This class provides an interface that the developer can use to provide alternative storage mechanisms. (For expert use.)

Author:
Daniel Lemire

Method Summary
 void add(int wo, int off)
          See Sparsebitmap.add
 

Method Detail

add

void add(int wo,
         int off)
See Sparsebitmap.add

Parameters:
wo - dirty word to add
off - position at


Copyright © 2013. All Rights Reserved.