Package de.timmfitschen.easyunits
Class UniqueSignatureObject
- java.lang.Object
-
- de.timmfitschen.easyunits.UniqueSignatureObject
-
- All Implemented Interfaces:
Signed
- Direct Known Subclasses:
AbstractConverter
,Named
public abstract class UniqueSignatureObject extends Object implements Signed
-
-
Constructor Summary
Constructors Constructor Description UniqueSignatureObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Return true iff `obj` isUniqueSignatureObject
and has the same signature as thisUniqueSignatureObject
.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.timmfitschen.easyunits.Signed
getSignature
-
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
Return true iff `obj` isUniqueSignatureObject
and has the same signature as thisUniqueSignatureObject
.
-
-