public class BooleanArrayDifference extends AbstractDifferenceList implements IDifferenceList
differences
Modifier and Type | Method and Description |
---|---|
static IDifference |
construct(String name,
boolean[] first,
boolean[] second)
Constructs a new
IDifference object. |
String |
toString()
Returns a
String representation for this IDifference . |
addChild, addChildren, childCount, getChildren
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addChild, addChildren, childCount, getChildren
public static IDifference construct(String name, boolean[] first, boolean[] second)
IDifference
object.name
- a name reflecting the nature of the created IDifference
first
- the first object to comparesecond
- the second object to compareIDifference
reflecting the differences between the first and second objectCopyright © 2022. All rights reserved.