@JsType(isNative=true) public class Array extends JsObject
Constructor and Description |
---|
Array() |
Modifier and Type | Method and Description |
---|---|
Array |
filter(Function<Boolean,Object> fn) |
static boolean |
isArray(Object obj) |
static Array |
of(Object[] objs) |
int |
pop() |
int |
push(int element) |
int |
push(int element,
int element2) |
int |
push(String element) |
cast, getOwnPropertyNames, hasOwnProperty, observe
Copyright © 2018 Xalys. All rights reserved.