protected static final class AbstractUnit.Equalizer extends Object
Modifier | Constructor | Description |
---|---|---|
protected |
Equalizer() |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
areEqual(ComparableUnit u1,
ComparableUnit u2) |
Indicates if this unit is considered equals to the specified object.
|
protected Equalizer()
public static boolean areEqual(ComparableUnit u1, ComparableUnit u2)
obj
- the object to compare for equality.true
if this
and obj
are
considered equal; false
otherwise.Copyright © 2005–2020 Units of Measurement project. All rights reserved.