javaewah
Interface LogicalElement<T>

All Known Implementing Classes:
EWAHCompressedBitmap, EWAHCompressedBitmap32

public interface LogicalElement<T>

A prototypical model for bitmaps. Used by the class FastAggregation. Users should probably not be concerned by this class.

Author:
Daniel Lemire

Method Summary
 T and(T le)
           
 T andNot(T le)
           
 void not()
           
 LogicalElement or(T le)
           
 int sizeInBits()
           
 T xor(T le)
           
 

Method Detail

and

T and(T le)

andNot

T andNot(T le)

not

void not()

or

LogicalElement or(T le)

sizeInBits

int sizeInBits()

xor

T xor(T le)


Copyright © 2012. All Rights Reserved.