org.gnu.pango
public class Coverage extends MemStruct
Constructor Summary | |
---|---|
Coverage()
Create a new Coverage | |
Coverage(Coverage coverage)
Create a new Coverage that is a copy of the provided Coverage.
|
Method Summary | |
---|---|
static Coverage | fromBytes(byte[] ary) |
CoverageLevel | get(int index)
Determine whether a particular index is covered by coverage. |
void | set(int index, CoverageLevel level)
Modify a particular index within coverage. |
void | setMax(Coverage other)
Set the coverage for each index in coverage to be the max (better) value
of the current coverage for the index and the coverage for the
corresponding index in other. |
byte[] | toBytes() |
Parameters: coverage