MCPcopy Create free account
hub / github.com/BaseXdb/basex / equals

Method equals

basex-core/src/main/java/org/basex/gui/view/map/MapRect.java:73–76  ·  view source on GitHub ↗
(final Object obj)

Source from the content-addressed store, hash-verified

71 }
72
73 @Override
74 public boolean equals(final Object obj) {
75 return this == obj || obj instanceof final MapRect rect && rect.pre == pre;
76 }
77
78 @Override
79 public int compareTo(final MapRect r) {

Callers 15

completionsChangedMethod · 0.45
setMethod · 0.45
setSelectedItemMethod · 0.45
keyReleasedMethod · 0.45
addShortcutMethod · 0.45
BaseXButtonMethod · 0.45
enableOKMethod · 0.45
confirmMethod · 0.45
addMethod · 0.45
treeWillExpandMethod · 0.45
contextMethod · 0.45
updateViewsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected