Modifier and Type | Method and Description |
---|---|
void |
AbstractNode.splitByMask(AbstractNode<E> newNode,
BitSet assignment)
Splits the entries of this node into a new node using the given assignments
|
void |
AbstractNode.splitTo(AbstractNode<E> newNode,
List<E> sorting,
int splitPoint)
Redistribute entries according to the given sorting.
|
void |
AbstractNode.splitTo(AbstractNode<E> newNode,
List<E> assignmentsToFirst,
List<E> assignmentsToSecond)
Splits the entries of this node into a new node using the given assignments
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMTreeNode<O,D extends Distance<D>,N extends AbstractMTreeNode<O,D,N,E>,E extends MTreeEntry<D>>
Abstract super class for nodes in M-Tree variants.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkAppTreeNode<O,D extends NumberDistance<D,?>>
Represents a node in an MkApp-Tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkCoPTreeNode<O,D extends NumberDistance<D,?>>
Represents a node in an MkCop-Tree.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkMaxTreeNode<O,D extends Distance<D>>
Represents a node in an
MkMaxTree . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MkTabTreeNode<O,D extends Distance<D>>
Represents a node in a MkMax-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
MTreeNode<O,D extends Distance<D>>
Represents a node in an M-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRStarTreeNode<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>
Abstract superclass for nodes in a R*-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
DeLiCluNode
Represents a node in a DeLiClu-Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
RStarTreeNode
Represents a node in an R*-Tree.
|
Modifier and Type | Method and Description |
---|---|
SpatialEntry |
NodeArrayAdapter.get(AbstractNode<? extends SpatialEntry> array,
int off) |
int |
NodeArrayAdapter.size(AbstractNode<? extends SpatialEntry> array) |