MCPcopy Create free account
hub / github.com/bobbylight/RText / equals

Method equals

src/main/java/org/fife/rtext/plugins/tools/Tool.java:179–182  ·  view source on GitHub ↗

Returns whether this tool and another have the same name. @return Whether this tool and another have the same name.

(Object o)

Source from the content-addressed store, hash-verified

177 * @return Whether this tool and another have the same name.
178 */
179 @Override
180 public boolean equals(Object o) {
181 return o instanceof Tool other && compareTo(other)==0;
182 }
183
184
185 /**

Callers 15

createSpellingParserMethod · 0.45
setSpellingDictionaryMethod · 0.45
setUserDictionaryMethod · 0.45
propertyChangeMethod · 0.45
indexOfMethod · 0.45
addTextAreaImplMethod · 0.45
actionPerformedMethod · 0.45
addTextAreaImplMethod · 0.45
propertyChangeMethod · 0.45
hasFileFlavorMethod · 0.45
addTextAreaImplMethod · 0.45
addFileToFileHistoryMethod · 0.45

Calls 1

compareToMethod · 0.95

Tested by

no test coverage detected