MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isArray

Method isArray

Ports/CLDC11/src/java/lang/Class.java:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72 /// Determines if this Class object represents an array class.
73 public boolean isArray(){
74 return false; //TODO codavaj!!
75 }
76
77 /// Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter. It returns true if so; otherwise it returns false. If this Class object represents a primitive type, this method returns true if the specified Class parameter is exactly this Class object; otherwise it returns false.
78 /// Specifically, this method tests whether the type represented by the specified Class parameter can be converted to the type represented by this Class object via an identity conversion or via a widening reference conversion. See The Java Language Specification, sections 5.1.1 and 5.1.4 , for details.

Callers 5

deepToStringImplMethod · 0.45
getSimpleNameMethod · 0.45
getCanonicalNameMethod · 0.45
deepToStringImplMethod · 0.45
getDefaultValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected