Package | Description |
---|---|
org.spf4j.ds |
Modifier and Type | Method and Description |
---|---|
static RTree.SeedPicker |
RTree.SeedPicker.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTree.SeedPicker[] |
RTree.SeedPicker.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RTree(int maxEntries,
int minEntries,
int numDims,
RTree.SeedPicker seedPicker)
Creates a new RTree.
|
Copyright © 2014. All rights reserved.