Method isArray()
Return type: boolean
Member of:
java.lang.Class
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
return klass.isArray()
2
if (!arr.getClass().isArray())
3
if (cls.isArray())
4
while(endOfArray.isArray()) {
5
while (current.isArray()) {
6
if (!a.getClass().isArray())
7
if (clazz.isArray()) {
8
if (!data.getClass().isArray())
9
if (clazz.isArray ())
10
if (param.getClass().isArray()) {
11
if (!arr.getClass().isArray())
12
(obj.getClass().isArray() ? JARRAY :
13
assert !aClass.isArray();
14
while (comp.isArray()) {
15
&& f.getType().isArray() && f.getType().getComponentType() == String.class ) {
16
if (obj != null && obj.getClass().isArray())
17
while (type.isArray()) {
18
if (cls.isArray()) {
19
if ( !array.getClass().isArray() )
20
if (collection.getClass().isArray()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.