Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davidgiven/luje
/ getComponentType
Method
getComponentType
lib/java/lang/Class.java:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
public
native boolean isArray();
8
public
native Class<?> getSuperclass();
9
public
native Class<?> getComponentType();
10
public
native Class<?> getArrayType();
11
private
Class<?> _arrayType;
12
public
native String getName();
Callers
15
Float
Class · 0.80
Short
Class · 0.80
Boolean
Class · 0.80
Character
Class · 0.80
Byte
Class · 0.80
Double
Class · 0.80
Integer
Class · 0.80
arraycopy
Method · 0.80
Long
Class · 0.80
toArray
Method · 0.80
toArray
Method · 0.80
toArray
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected