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