|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectRATree
public class RATree
| Field Summary | |
|---|---|
private RATreeNode |
root
|
| Constructor Summary | |
|---|---|
RATree()
|
|
| Method Summary | |
|---|---|
void |
delete(int index)
|
int |
get(int index)
|
int |
getSafe(int index)
|
void |
insert(int val,
int index)
|
int |
maxHeight()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private RATreeNode root
| Constructor Detail |
|---|
public RATree()
| Method Detail |
|---|
public void insert(int val,
int index)
public int get(int index)
public int getSafe(int index)
public void delete(int index)
public int maxHeight()
public int size()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||