Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ev3dev-lang-java/ev3dev-lang-java
/ hashCode
Method
hashCode
src/main/java/ev3dev/sensors/EV3Key.java:276–279 ·
view source on GitHub ↗
@return the button ID based hash code
()
Source
from the content-addressed store, hash-verified
274
* @
return
the button ID based hash code
275
*/
276
@Override
277
public
int
hashCode() {
278
return
Integer.hashCode(this.keyType.getId());
279
}
280
281
@Override
282
public
String toString() {
Callers
nothing calls this directly
Calls
1
getId
Method · 0.45
Tested by
no test coverage detected