MCPcopy Create free account
hub / github.com/Var3D/var3dframe / equals

Method equals

core/src/core/java/var3d/net/center/json/JSONArray.java:608–610  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

606 }
607
608 @Override public boolean equals(Object o) {
609 return o instanceof JSONArray && ((JSONArray) o).values.equals(values);
610 }
611
612 @Override public int hashCode() {
613 // diverge from the original, which doesn't implement hashCode

Callers 15

getFontMethod · 0.45
getStringMethod · 0.45
jemMethod · 0.45
jamMethod · 0.45
editMethod · 0.45
getPartialVariableMethod · 0.45
saveUIMethod · 0.45
focusLostMethod · 0.45
keyReleasedMethod · 0.45
setTextMethod · 0.45
setMessageTextMethod · 0.45
getFontPixmapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected