MCPcopy Create free account
hub / github.com/badvision/jace / hashCode

Method hashCode

src/main/java/jace/core/Utility.java:177–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 @Override
178 public int hashCode() {
179 return getText().hashCode();
180 }
181 };
182 label.setGraphic(new ImageView(img.get()));
183 label.setAlignment(Pos.CENTER);

Callers 1

addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected