|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.diffmerge.internal.context.CompareControls
public final class CompareControls
Class to compare Controls for equality.
Method Summary | |
---|---|
static boolean |
areEqual(VControl left,
VControl right)
Compares to VControls . |
static boolean |
areEqual(VDomainModelReference left,
VDomainModelReference right)
Compares to VDomainModelReferences by comparing all values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean areEqual(VControl left, VControl right)
VControls
. This is just a convenience method which delegates to
areEqual(VDomainModelReference, VDomainModelReference)
.
left
- the first VControl to compareright
- the second VControl to compare
VDomainModelReferences
are equalpublic static boolean areEqual(VDomainModelReference left, VDomainModelReference right)
VDomainModelReferences
by comparing all values.
left
- the first VDomainModelReference
right
- the second VDomainModelReference
VDomainModelReferences
are equal
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |