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

Method valueOf

Ports/CLDC11/src/java/lang/Long.java:131–133  ·  view source on GitHub ↗
(long i)

Source from the content-addressed store, hash-verified

129 ///
130 /// object instance
131 public static Long valueOf(long i) {
132 return null;
133 }
134
135 public static int compare(long l1, long l2) {
136 return l1 < l2 ? -1 : l1 > l2 ? 1 : 0;

Callers 15

createTextureMethod · 0.95
uploadVertexBufferMethod · 0.95
uploadIndexBufferMethod · 0.95
getOrCreatePipelineMethod · 0.95
initMethod · 0.95
getNativeGraphicsMethod · 0.95
setTransformMethod · 0.95
getTransformMethod · 0.95
pushClipMethod · 0.95
popClipMethod · 0.95
createFontMethod · 0.95
loadTrueTypeFontMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected