Modifier and Type | Method and Description |
---|---|
static String |
diff(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as a String . |
static IDifference |
difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference . |
public static String diff(IChemObject first, IChemObject second)
IChemObject
classes and return the difference as a String
.first
- the first of the two classes to comparesecond
- the second of the two classes to compareString
representation of the difference between the first and second IChemObject
.public static IDifference difference(IChemObject first, IChemObject second)
IChemObject
classes and return the difference as an IDifference
.first
- the first of the two classes to comparesecond
- the second of the two classes to compareIDifference
representation of the difference between the first and second IChemObject
.Copyright © 2018. All Rights Reserved.