Uses of Interface
com.googlecode.javaewah.LogicalElement

Packages that use LogicalElement
com.googlecode.javaewah   
com.googlecode.javaewah32   
 

Uses of LogicalElement in com.googlecode.javaewah
 

Classes in com.googlecode.javaewah that implement LogicalElement
 class EWAHCompressedBitmap
           This implements the patent-free(1) EWAH scheme.
 

Methods in com.googlecode.javaewah with type parameters of type LogicalElement
static
<T extends LogicalElement>
T
FastAggregation.or(T... bitmaps)
          Uses a priority queue to compute the or aggregate.
static
<T extends LogicalElement>
T
FastAggregation.xor(T... bitmaps)
          Uses a priority queue to compute the xor aggregate.
 

Methods in com.googlecode.javaewah that return LogicalElement
 LogicalElement LogicalElement.or(T le)
           
 

Methods in com.googlecode.javaewah with parameters of type LogicalElement
static
<T extends LogicalElement>
T
FastAggregation.or(T... bitmaps)
          Uses a priority queue to compute the or aggregate.
static
<T extends LogicalElement>
T
FastAggregation.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
 class EWAHCompressedBitmap32
           This implements the patent-free EWAH scheme.
 



Copyright © 2014. All Rights Reserved.