public class CachedResult extends Object
Constructor and Description |
---|
CachedResult(ArrayList<Hit> hits,
long wouldBe,
long positives)
Constructor for the CachedResult object.
|
Modifier and Type | Method and Description |
---|---|
Hit[] |
getHits()
Gets the hits.
|
long |
getPositives()
Returns the number of scanned hits.
|
long |
getWouldBe()
Returns the number guessed hits.
|
public Hit[] getHits()
public long getWouldBe()
public long getPositives()
Copyright © 2016 Egothor. All Rights Reserved.