Uses of Interface
com.googlecode.javaewah.LogicalElement
-
Packages that use LogicalElement Package Description com.googlecode.javaewah com.googlecode.javaewah32 -
-
Uses of LogicalElement in com.googlecode.javaewah
Classes in com.googlecode.javaewah that implement LogicalElement Modifier and Type Class Description class
EWAHCompressedBitmap
This implements the patent-free(1) EWAH scheme.Methods in com.googlecode.javaewah with type parameters of type LogicalElement Modifier and Type Method Description static <T extends LogicalElement>
TFastAggregation. or(T... bitmaps)
Uses a priority queue to compute the or aggregate.static <T extends LogicalElement>
TFastAggregation. xor(T... bitmaps)
Uses a priority queue to compute the xor aggregate.Methods in com.googlecode.javaewah that return LogicalElement Modifier and Type Method Description LogicalElement
LogicalElement. or(T le)
Methods in com.googlecode.javaewah with parameters of type LogicalElement Modifier and Type Method Description static <T extends LogicalElement>
TFastAggregation. or(T... bitmaps)
Uses a priority queue to compute the or aggregate.static <T extends LogicalElement>
TFastAggregation. xor(T... bitmaps)
Uses a priority queue to compute the xor aggregate. -
Uses of LogicalElement in com.googlecode.javaewah32
Classes in com.googlecode.javaewah32 that implement LogicalElement Modifier and Type Class Description class
EWAHCompressedBitmap32
This implements the patent-free EWAH scheme.
-