public class Coverage extends Object
| Constructor and Description |
|---|
Coverage(Set<String> hashes,
double ratio)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getHashes()
Returns the hashes which are expected to be all of the same length.
|
int |
getHashLength()
Returns the length in characters of the first hash returned by an
iterator on the hash set.
|
double |
getRatio()
Returns the measure of how well the hashes cover a region.
|
String |
toString() |
public Set<String> getHashes()
public double getRatio()
public int getHashLength()
Copyright © 2013–2015. All rights reserved.