public class Angle extends Quantity implements Comparable<Angle>
Modifier and Type | Field and Description |
---|---|
private int |
hashCodeValue
Cached value for hashCode.
|
private static int |
SEED1
Seed for hashCode.
|
private static int |
SEED2
Seed for hashCode.
|
(package private) Unit<Angle> |
unit
Unit type of this quantity.
|
(package private) Number |
value
Value of this quantity.
|
Constructor and Description |
---|
Angle(Number inValue,
Unit<Angle> inUnit)
Create an Angle.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Angle other)
Check quantities for equality.
|
boolean |
equals(Object other)
Check quantities for equality.
|
int |
hashCode() |
String |
toString() |
Unit<Angle> |
unit()
Get the unit for this quantity.
|
Number |
value()
Get the numerical value of this quantity.
|
Number |
value(Unit<Angle> inUnit)
Perform a unit conversion.
|
private static final int SEED1
private static final int SEED2
Number value
private int hashCodeValue
public Number value()
Quantity
public Number value(Unit<Angle> inUnit)
inUnit
- the unit to convert to.public boolean equals(Object other)
public int compareTo(Angle other)
compareTo
in interface Comparable<Angle>
Copyright © 2016 Open Microscopy Environment