MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / intValue

Method intValue

vm/JavaAPI/src/java/lang/Integer.java:101–103  ·  view source on GitHub ↗

Returns the value of this Integer as an int.

()

Source from the content-addressed store, hash-verified

99 * Returns the value of this Integer as an int.
100 */
101 public int intValue(){
102 return value;
103 }
104
105 /**
106 * Returns the value of this Integer as a long.

Callers 15

getValueMethod · 0.95
isGameKeyDownMethod · 0.95
cleanupMethod · 0.95
getAndSetMethod · 0.95
getMethod · 0.95
runCurrentRequestMethod · 0.95
writePackedInt32Method · 0.95
getLayeredPaneMethod · 0.95
addCommandToSideMenuMethod · 0.95
parseMethod · 0.95
installRightCommandsMethod · 0.95

Calls

no outgoing calls