public class Severity extends Object implements Comparable<Severity>
Title: Severity
Description: The severity for a Lint
relative to all the Lint found within a particular LintPattern.
It currently wraps Double, and a higer value represents higher severity.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
Severity(double v) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Severity other) |
double |
doubleValue() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public double doubleValue()
public int compareTo(Severity other)
compareTo in interface Comparable<Severity>Copyright © 2019. All rights reserved.