@JsType(isNative=true, name="Array", namespace="<global>") public abstract class Array extends Object
| Constructor and Description |
|---|
Array() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isArray(Object object)
This method determines whether the passed value is an Array.
|
boolean |
isEmpty()
Returns
true if this array contains no elements. |
int |
length()
Returns the number of elements in this array.
|
public static boolean isArray(Object object)
object - object to be checked.true if the value is an Array; otherwise, false.@JsProperty(name="length") public final int length()
@JsOverlay public final boolean isEmpty()
true if this array contains no elements.true if this array contains no elements