public class Angle extends Quantity implements Comparable<Angle>
Modifier and Type | Field and Description |
---|---|
private int |
hashCodeValue |
private static int |
SEED1 |
private static int |
SEED2 |
(package private) Unit<Angle> |
unit |
(package private) Number |
value |
Constructor and Description |
---|
Angle(Number inValue,
Unit<Angle> inUnit) |
private static final int SEED1
private static final int SEED2
Number value
private int hashCodeValue
public int compareTo(Angle other)
compareTo
in interface Comparable<Angle>
Copyright © 2016 Open Microscopy Environment