Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isArray
Method
isArray
classpath/java/lang/Class.java:561–563 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
559
}
560
561
public
boolean isArray() {
562
return
vmClass.arrayDimensions != 0;
563
}
564
565
public
static
boolean isInstance(VMClass c, Object o) {
566
return
o != null && Classes.isAssignableFrom
Callers
8
writeObject
Method · 0.95
getCanonicalName
Method · 0.95
getSimpleName
Method · 0.95
getComponentType
Method · 0.95
getPackage
Method · 0.95
classDesc
Method · 0.95
clone
Method · 0.80
deepEquals
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected