| Package | Description |
|---|---|
| com.metamx.collections.bitmap | |
| com.metamx.collections.spatial | |
| com.metamx.collections.spatial.split |
| Modifier and Type | Class and Description |
|---|---|
class |
BitSetBitmapFactory
BitSetBitmapFactory implements BitmapFactory as a wrapper for java.util.BitSet
|
class |
ConciseBitmapFactory
As the name suggests, this class instantiates bitmaps of the types
WrappedConciseBitmap and WrappedImmutableConciseBitmap.
|
class |
RoaringBitmapFactory
As the name suggests, this class instantiates bitmaps of the types
WrappedRoaringBitmap and WrappedImmutableRoaringBitmap.
|
| Modifier and Type | Method and Description |
|---|---|
BitmapFactory |
RTree.getBitmapFactory() |
BitmapFactory |
ImmutableNode.getBitmapFactory() |
| Constructor and Description |
|---|
ImmutableNode(int numDims,
int initialOffset,
int offsetFromInitial,
ByteBuffer data,
BitmapFactory bitmapFactory) |
ImmutableNode(int numDims,
int initialOffset,
int offsetFromInitial,
short numChildren,
boolean leaf,
ByteBuffer data,
BitmapFactory bitmapFactory) |
ImmutablePoint(int numDims,
int initialOffset,
int offsetFromInitial,
ByteBuffer data,
BitmapFactory bitmapFactory) |
ImmutableRTree(ByteBuffer data,
BitmapFactory bitmapFactory) |
Node(float[] minCoordinates,
float[] maxCoordinates,
boolean isLeaf,
BitmapFactory bitmapFactory) |
Point(float[] coords,
int entry,
BitmapFactory bitmapFactory) |
RTree(BitmapFactory bitmapFactory) |
RTree(int numDims,
SplitStrategy splitStrategy,
BitmapFactory bitmapFactory) |
| Constructor and Description |
|---|
GutmanSplitStrategy(int minNumChildren,
int maxNumChildren,
BitmapFactory b) |
LinearGutmanSplitStrategy(int minNumChildren,
int maxNumChildren,
BitmapFactory bf) |
QuadraticGutmanSplitStrategy(int minNumChildren,
int maxNumChildren,
BitmapFactory bf) |
Copyright © 2016. All rights reserved.