|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object abbot.util.ExtendedComparator
public class ExtendedComparator
Utility class to perform comparisons.
Method Summary | |
---|---|
static boolean |
equals(Object obj1,
Object obj2)
Perform element-by-element comparisons of arrays in addition to regular comparisons. |
static boolean |
stringsMatch(String pattern,
String actual)
Match with a regexp if the pattern contains a ".*" or is bounded by slashes (/regexp/). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean stringsMatch(String pattern, String actual)
public static boolean equals(Object obj1, Object obj2)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |