Modifier and Type | Method and Description |
---|---|
CrimeRecordList |
BSTTree.bruteForceSearch(CrimeRecord n,
double distance) |
static CrimeRecordList |
CrimeRecordList.concat(CrimeRecordList a,
CrimeRecordList b)
This routine creates a new list from the data in two existing lists.
|
CrimeRecordList |
BSTTreeNode.getData() |
CrimeRecordList |
BSTTree.lookUp(java.lang.String address)
This method finds all crime reports at this address.
|
Modifier and Type | Method and Description |
---|---|
static CrimeRecordList |
CrimeRecordList.concat(CrimeRecordList a,
CrimeRecordList b)
This routine creates a new list from the data in two existing lists.
|
void |
BSTTree.inOrderSearch(BSTTreeNode t,
CrimeRecord n,
CrimeRecordList resultList,
double distance) |
void |
BSTTreeNode.setData(CrimeRecordList data) |
Constructor and Description |
---|
BSTTreeNode(CrimeRecordList data,
BSTTreeNode lc,
BSTTreeNode rc) |