Uses of Class
javaewah.EWAHCompressedBitmap

Packages that use EWAHCompressedBitmap
javaewah   
 

Uses of EWAHCompressedBitmap in javaewah
 

Methods in javaewah that return EWAHCompressedBitmap
static EWAHCompressedBitmap EWAHCompressedBitmap.and(EWAHCompressedBitmap... bitmaps)
          Returns a new compressed bitmap containing the bitwise AND values of the provided bitmaps.
 EWAHCompressedBitmap EWAHCompressedBitmap.and(EWAHCompressedBitmap a)
          Returns a new compressed bitmap containing the bitwise AND values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.andNot(EWAHCompressedBitmap a)
          Returns a new compressed bitmap containing the bitwise AND NOT values of the current bitmap with some other bitmap.
static EWAHCompressedBitmap EWAHCompressedBitmap.bitmapOf(int... setbits)
          Return a bitmap with the bit set to true at the given positions.
static EWAHCompressedBitmap EWAHCompressedBitmap.or(EWAHCompressedBitmap... bitmaps)
          Returns a new compressed bitmap containing the bitwise OR values of the provided bitmaps.
 EWAHCompressedBitmap EWAHCompressedBitmap.or(EWAHCompressedBitmap a)
          Returns a new compressed bitmap containing the bitwise OR values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.xor(EWAHCompressedBitmap a)
          Returns a new compressed bitmap containing the bitwise XOR values of the current bitmap with some other bitmap.
 

Methods in javaewah with parameters of type EWAHCompressedBitmap
static EWAHCompressedBitmap EWAHCompressedBitmap.and(EWAHCompressedBitmap... bitmaps)
          Returns a new compressed bitmap containing the bitwise AND values of the provided bitmaps.
 EWAHCompressedBitmap EWAHCompressedBitmap.and(EWAHCompressedBitmap a)
          Returns a new compressed bitmap containing the bitwise AND values of the current bitmap with some other bitmap.
static int EWAHCompressedBitmap.andCardinality(EWAHCompressedBitmap... bitmaps)
          Returns the cardinality of the result of a bitwise AND of the values of the provided bitmaps.
 int EWAHCompressedBitmap.andCardinality(EWAHCompressedBitmap a)
          Returns the cardinality of the result of a bitwise AND of the values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.andNot(EWAHCompressedBitmap a)
          Returns a new compressed bitmap containing the bitwise AND NOT values of the current bitmap with some other bitmap.
 int EWAHCompressedBitmap.andNotCardinality(EWAHCompressedBitmap a)
          Returns the cardinality of the result of a bitwise AND NOT of the values of the current bitmap with some other bitmap.
 boolean EWAHCompressedBitmap.intersects(EWAHCompressedBitmap a)
          Return true if the two EWAHCompressedBitmap have both at least one true bit in the same position.
static EWAHCompressedBitmap EWAHCompressedBitmap.or(EWAHCompressedBitmap... bitmaps)
          Returns a new compressed bitmap containing the bitwise OR values of the provided bitmaps.
 EWAHCompressedBitmap EWAHCompressedBitmap.or(EWAHCompressedBitmap a)
          Returns a new compressed bitmap containing the bitwise OR values of the current bitmap with some other bitmap.
static int EWAHCompressedBitmap.orCardinality(EWAHCompressedBitmap... bitmaps)
          Returns the cardinality of the result of a bitwise OR of the values of the provided bitmaps.
 int EWAHCompressedBitmap.orCardinality(EWAHCompressedBitmap a)
          Returns the cardinality of the result of a bitwise OR of the values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.xor(EWAHCompressedBitmap a)
          Returns a new compressed bitmap containing the bitwise XOR values of the current bitmap with some other bitmap.
 int EWAHCompressedBitmap.xorCardinality(EWAHCompressedBitmap a)
          Returns the cardinality of the result of a bitwise XOR of the values of the current bitmap with some other bitmap.
 



Copyright © 2012. All Rights Reserved.