Modifier and Type | Field and Description |
---|---|
private static double |
origin |
Constructor and Description |
---|
Root() |
Modifier and Type | Method and Description |
---|---|
void |
insert(Interval itemInterval,
java.lang.Object item)
Insert an item into the tree this is the root of.
|
private void |
insertContained(Node tree,
Interval itemInterval,
java.lang.Object item)
insert an item which is known to be contained in the tree rooted at
the given Node.
|
protected boolean |
isSearchMatch(Interval interval)
The root node matches all searches
|
add, addAllItems, addAllItemsFromOverlapping, depth, getItems, getSubnodeIndex, hasChildren, hasItems, isPrunable, nodeSize, remove, size
private static final double origin
public void insert(Interval itemInterval, java.lang.Object item)
private void insertContained(Node tree, Interval itemInterval, java.lang.Object item)
protected boolean isSearchMatch(Interval interval)
isSearchMatch
in class NodeBase