MCPcopy 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

writeObjectMethod · 0.95
getCanonicalNameMethod · 0.95
getSimpleNameMethod · 0.95
getComponentTypeMethod · 0.95
getPackageMethod · 0.95
classDescMethod · 0.95
cloneMethod · 0.80
deepEqualsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected