public class PseudoTree
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PseudoTree()
Instantiates a new pseudo tree.
|
Modifier and Type | Method and Description |
---|---|
boolean |
delete(Range r)
Delete.
|
java.util.ArrayList<Range> |
getAll()
Gets the all.
|
void |
insert(Range r)
Insert.
|
void |
search(double d,
java.util.ArrayList<Range> list)
Search.
|
public void insert(Range r)
r
- the rpublic boolean delete(Range r)
r
- the rpublic void search(double d, java.util.ArrayList<Range> list)
d
- the dlist
- the listpublic java.util.ArrayList<Range> getAll()