public class RoaringBitmapSerdeFactory extends Object implements BitmapSerdeFactory
| Modifier and Type | Field and Description |
|---|---|
static com.metamx.collections.bitmap.BitmapFactory |
bitmapFactory |
static ObjectStrategy<com.metamx.collections.bitmap.ImmutableBitmap> |
objectStrategy |
| Constructor and Description |
|---|
RoaringBitmapSerdeFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.metamx.collections.bitmap.BitmapFactory |
getBitmapFactory() |
ObjectStrategy<com.metamx.collections.bitmap.ImmutableBitmap> |
getObjectStrategy() |
int |
hashCode() |
String |
toString() |
public static final ObjectStrategy<com.metamx.collections.bitmap.ImmutableBitmap> objectStrategy
public static final com.metamx.collections.bitmap.BitmapFactory bitmapFactory
public ObjectStrategy<com.metamx.collections.bitmap.ImmutableBitmap> getObjectStrategy()
getObjectStrategy in interface BitmapSerdeFactorypublic com.metamx.collections.bitmap.BitmapFactory getBitmapFactory()
getBitmapFactory in interface BitmapSerdeFactoryCopyright © 2011–2016. All rights reserved.