public final class UnknownBaseQuantity extends BaseQuantity
AMOUNT_OF_SUBSTANCE, ELECTRIC_CURRENT, LENGTH, LUMINOUS_INTENSITY, MASS, PLANE_ANGLE, SOLID_ANGLE, THERMODYNAMIC_TEMPERATURE, TIME, UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
UnknownBaseQuantity()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Indicates if this quantity is semantically the same as an object.
|
int |
hashCode()
Returns the hash code of this instance.
|
boolean |
isDimensionless()
Indicates if this quantity is dimensionless.
|
public boolean equals(java.lang.Object object)
equals
in interface Base
equals
in class BaseQuantity
object
- The object.false
always.public int hashCode()
hashCode
in class BaseQuantity
public boolean isDimensionless()
isDimensionless
in interface Base
isDimensionless
in class BaseQuantity
false
always.