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.
|
protected boolean |
isSearchMatch(Interval interval)
The root node matches all searches
|
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isPrunable, remove
public void insert(Interval itemInterval, java.lang.Object item)
protected boolean isSearchMatch(Interval interval)
isSearchMatch
in class NodeBase