|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Hit | |
|---|---|
| org.egothor.cache | Provides classes that help implementing a cache for the egothor project. |
| org.egothor.core.query | This package contains objects that represent a structure of a query in our inner and binary form, readers of a barrel and a result queue. |
| Uses of Hit in org.egothor.cache |
|---|
| Methods in org.egothor.cache that return Hit | |
|---|---|
Hit[] |
CachedResult.getHits()
Gets the hits. |
| Constructor parameters in org.egothor.cache with type arguments of type Hit | |
|---|---|
CachedResult(java.util.ArrayList<Hit> hits,
long wouldBe,
long positives)
Constructor for the CachedResult object. |
|
| Uses of Hit in org.egothor.core.query |
|---|
| Methods in org.egothor.core.query with parameters of type Hit | |
|---|---|
boolean |
ResultList.add(Hit item)
Add the given Hit if there is a free cell for it or it is greater than the lowest element of this array. |
protected void |
Hit.fastCloneTo(Hit h)
Prepare a new copy of this object without calling new method. |
boolean |
Hit.lessThan(Hit with)
Compare this Hit with the given Hit. |
boolean |
ResultList.lessThan(Hit a,
Hit b)
Test whether a is less than b . |
| Constructors in org.egothor.core.query with parameters of type Hit | |
|---|---|
Hit(Hit hit)
Constructor for the Hit object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||