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

Method longValue

vm/JavaAPI/src/java/lang/Long.java:87–89  ·  view source on GitHub ↗

Returns the value of this Long as a long value.

()

Source from the content-addressed store, hash-verified

85 * Returns the value of this Long as a long value.
86 */
87 public long longValue(){
88 return value;
89 }
90
91 /**
92 * Returns the value of this Long as an int value.

Callers 4

getAndSetMethod · 0.95
getMethod · 0.95
parseDateMethod · 0.95
writePackedInt64Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected