Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ cast
Method
cast
classpath/java/lang/Class.java:617–619 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
615
}
616
617
public
T cast(Object o) {
618
return
(T) o;
619
}
620
621
public
Package getPackage() {
622
if
((vmClass.vmFlags & PrimitiveFlag) != 0 || isArray()) {
Callers
1
readObject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected