MCPcopy Index your code
hub / github.com/davidgiven/luje / isArray

Method isArray

lib/java/lang/Class.java:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 public native boolean isInstance(Object o);
6 public native boolean isPrimitive();
7 public native boolean isArray();
8 public native Class<?> getSuperclass();
9 public native Class<?> getComponentType();
10 public native Class<?> getArrayType();

Callers 2

arraycopyMethod · 0.80
deepToStringImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected