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

Method hashCode

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

Returns the hash code of this tool. @return This tool's hash code.

()

Source from the content-addressed store, hash-verified

326 * @return This tool's hash code.
327 */
328 @Override
329 public int hashCode() {
330 return getName().hashCode();
331 }
332
333
334 /**

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.95

Tested by

no test coverage detected