Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createTexture
Method · 0.95
uploadVertexBuffer
Method · 0.95
uploadIndexBuffer
Method · 0.95
getOrCreatePipeline
Method · 0.95
init
Method · 0.95
getNativeGraphics
Method · 0.95
setTransform
Method · 0.95
getTransform
Method · 0.95
pushClip
Method · 0.95
popClip
Method · 0.95
createFont
Method · 0.95
loadTrueTypeFont
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected