public class EqualsUtils extends Object
| Constructor and Description |
|---|
EqualsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areBooleanEquals(Boolean boolean1,
Boolean boolean2)
Checks if two Booleans are equals.
|
static boolean |
areCompositionEquals(Composition c1,
Composition c2) |
static boolean |
areElementEquals(Element element1,
Element element2)
Checks if two elements are equals.
|
static boolean |
arePatternElementEquals(PatternElement p1,
PatternElement p2) |
static boolean |
areStringEquals(String string1,
String string2)
Checks if two strings are equals.
|
static boolean |
areTagMaskEquals(TagMask tagMask1,
TagMask tagMask2)
Checks if two tag masks are equals.
|
public static boolean arePatternElementEquals(PatternElement p1, PatternElement p2)
public static boolean areCompositionEquals(Composition c1, Composition c2)
public static boolean areElementEquals(Element element1, Element element2)
public static boolean areTagMaskEquals(TagMask tagMask1, TagMask tagMask2)
public static boolean areBooleanEquals(Boolean boolean1, Boolean boolean2)
boolean1 - from tree tree elementboolean2 - from rule elementpublic static boolean areStringEquals(String string1, String string2)
string1 - from tree elementstring2 - from rule elementCopyright © 2012–2017 CoGrOO. All rights reserved.