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 Baseequals in class BaseQuantityobject - The object.false always.public int hashCode()
hashCode in class BaseQuantitypublic boolean isDimensionless()
isDimensionless in interface BaseisDimensionless in class BaseQuantityfalse always.