|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OBPriorityQueueLong | |
---|---|
net.obsearch.index | |
net.obsearch.index.ghs.impl | |
net.obsearch.index.perm.impl | |
net.obsearch.query |
Uses of OBPriorityQueueLong in net.obsearch.index |
---|
Methods in net.obsearch.index with parameters of type OBPriorityQueueLong | |
---|---|
void |
IndexLong.searchOB(O object,
long r,
Filter<O> filter,
OBPriorityQueueLong<O> result)
Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object". |
void |
IndexLong.searchOB(O object,
long r,
OBPriorityQueueLong<O> result)
Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object". |
void |
TestFrameworkLong.searchSequential(O o,
OBPriorityQueueLong<O> result,
IndexLong<O> index,
long range)
Sequential search. |
Uses of OBPriorityQueueLong in net.obsearch.index.ghs.impl |
---|
Methods in net.obsearch.index.ghs.impl with parameters of type OBPriorityQueueLong | |
---|---|
void |
Sketch64Long.searchOB(O object,
long r,
Filter<O> filter,
OBPriorityQueueLong<O> result)
|
void |
Sketch64Long.searchOB(O object,
long r,
OBPriorityQueueLong<O> result)
|
Uses of OBPriorityQueueLong in net.obsearch.index.perm.impl |
---|
Methods in net.obsearch.index.perm.impl with parameters of type OBPriorityQueueLong | |
---|---|
void |
DistPermLong.searchOB(O object,
long r,
Filter<O> filter,
OBPriorityQueueLong<O> result)
|
void |
DistPermLong.searchOB(O object,
long r,
OBPriorityQueueLong<O> result)
|
Uses of OBPriorityQueueLong in net.obsearch.query |
---|
Fields in net.obsearch.query declared as OBPriorityQueueLong | |
---|---|
protected OBPriorityQueueLong<O> |
OBQueryLong.result
Holds the results for the query. |
Methods in net.obsearch.query that return OBPriorityQueueLong | |
---|---|
OBPriorityQueueLong<O> |
OBQueryLong.getResult()
|
Methods in net.obsearch.query with parameters of type OBPriorityQueueLong | |
---|---|
void |
OBQueryLong.setResult(OBPriorityQueueLong<O> result)
Set the results of the matching to a new object. |
Constructors in net.obsearch.query with parameters of type OBPriorityQueueLong | |
---|---|
OBQueryLong(O object,
long range,
OBPriorityQueueLong<O> result)
Creates a new OBQueryLong object. |
|
OBQueryLong(O object,
long range,
OBPriorityQueueLong<O> result,
long[] smap)
Creates a new OBQueryLong object. |
|
OBQueryLong(O object,
OBPriorityQueueLong<O> result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |