Uses of Interface
com.googlecode.javaewah.LogicalElement
Packages that use LogicalElement
-
Uses of LogicalElement in com.googlecode.javaewah
Classes in com.googlecode.javaewah that implement LogicalElementModifier and TypeClassDescriptionclass
This implements the patent-free(1) EWAH scheme.Methods in com.googlecode.javaewah with type parameters of type LogicalElementModifier and TypeMethodDescriptionstatic <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 with parameters of type LogicalElementModifier and TypeMethodDescriptionstatic <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 LogicalElementModifier and TypeClassDescriptionclass
This implements the patent-free EWAH scheme.