valueOf$2 static method
from: static public java.lang.Long valueOf(long j)
The returned object must be released after use, by calling the release method.
Implementation
static JLong? valueOf$2(
core$_.int j,
) {
final _$$classRef = _class.reference;
return _valueOf$2(_$$classRef.pointer, _id_valueOf$2.pointer, j)
.object<JLong?>();
}