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

Method valueOf

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

Returns the object instance of i @param i the primitive @return object instance

(long i)

Source from the content-addressed store, hash-verified

204 * @return object instance
205 */
206 public static Long valueOf(long i) {
207 return new Long(i);
208 }
209
210 public static int compare(long f1, long f2) {
211 if (f1 > f2) return 1;

Callers 15

replayMarkersMethod · 0.95
addMarkerMethod · 0.95
addPolylineMethod · 0.95
addPolygonMethod · 0.95
addCircleMethod · 0.95
decodeValueMethod · 0.95
chunkMethod · 0.95
loadChunkMethod · 0.95
saveChunkMethod · 0.95
longTokenMethod · 0.95
setMethod · 0.95
parseLongMethod · 0.95

Calls

no outgoing calls