Class ObjectsToCompare
Object
ObjectsToCompare
Holds two
ObjectCollections for comparison purposes.-
Constructor Summary
ConstructorsConstructorDescriptionObjectsToCompare(ObjectCollection left, ObjectCollection right) Creates a newObjectsToCompareinstance. -
Method Summary
-
Constructor Details
-
ObjectsToCompare
public ObjectsToCompare(ObjectCollection left, ObjectCollection right) Creates a newObjectsToCompareinstance.- Parameters:
left- Objects on left-side of the comparison.right- Objects on right-side of the comparison.
-
-
Method Details
-
getLeft
public ObjectCollection getLeft()Objects on left-side of the comparison. -
getRight
public ObjectCollection getRight()Objects on right-side of the comparison. -
equals
-
hashCode
-
toString
-