MCPcopy Create free account
hub / github.com/ReadyTalk/avian / intValue

Method intValue

classpath/java/lang/Byte.java:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 public int intValue() {
66 return value;
67 }
68
69 public long longValue() {
70 return value;

Callers 3

mainMethod · 0.45
mainMethod · 0.45
getIntMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainMethod · 0.36
mainMethod · 0.36