|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogicalElement<T>
A prototypical model for bitmaps. Used by the class FastAggregation. Users should probably not be concerned by this class.
Method Summary | |
---|---|
T |
and(T le)
|
T |
andNot(T le)
|
void |
not()
|
LogicalElement |
or(T le)
|
int |
sizeInBits()
|
T |
xor(T le)
|
Method Detail |
---|
T and(T le)
T andNot(T le)
void not()
LogicalElement or(T le)
int sizeInBits()
T xor(T le)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |