Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ box
Method
box
src/jvm/clojure/lang/RT.java:1037–1039 ·
view source on GitHub ↗
Boxing/casts
(Object x)
Source
from the content-addressed store, hash-verified
1035
* ********************* Boxing/casts ******************************
1036
*/
1037
static
public
Object box(Object x){
1038
return
x;
1039
}
1040
1041
static
public
Character box(char x){
1042
return
Character.valueOf(x);
Callers
1
readRet
Method · 0.95
Calls
1
valueOf
Method · 0.45
Tested by
no test coverage detected