@Deprecated(since="6.0.8", forRemoval=true)
Package com.qfs.bitmap
-
Interface Summary Interface Description IBitmap A bitmap is a possibly large sequence of bits on which logical operations like AND, OR, XOR can be efficiently applied.IBitmapIndex An object which is able to perform searches on tuplized data structures, and returns results using bitmaps.IBitmapIterator An iterator over all the ints set to true in abitmap.IClearableBitmap IDecodeProcedure A procedure that is called during decoding of a bitmap index.IIntIterator A simple iterator over integer values.IMatchProcedure A procedure that is called iteratively for each match within an index.IWritableBitmapIndex An indexing structure using bitmaps to resolve point queries and range queries.