Searched defs:areEqual (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyMapKeyHandler.java40 boolean areEqual(PolicyMapKey locator1, PolicyMapKey locator2); method in interface:PolicyMapKeyHandler
/openjdk7/jdk/test/java/beans/PropertyEditor/
H A DTestEditor.java49 if (!areEqual(value, object))
64 if (!areEqual(value, this.editor.getValue()))
67 if (!areEqual(text, this.editor.getAsText()))
71 private static boolean areEqual(Object object1, Object object2) { method in class:TestEditor
/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java170 private static boolean areEqual(Object lhs, Object rhs) { method in class:Decoration.DecorationImpl
202 if (!areEqual(stdUnderline, other.stdUnderline)) {
205 if (!areEqual(fgPaint, other.fgPaint)) {
208 if (!areEqual(bgPaint, other.bgPaint)) {
211 return areEqual(imUnderline, other.imUnderline);

Completed in 39 milliseconds