Package org.teavm.jso.core
Class JSArray<T>
java.lang.Object
org.teavm.jso.core.JSArray<T>
- All Implemented Interfaces:
JSArrayReader<T>,org.teavm.jso.JSObject
-
Method Summary
Modifier and TypeMethodDescriptionconcat(JSArrayReader<T> a) concat(JSArrayReader<T> a, JSArrayReader<T> b) concat(JSArrayReader<T> a, JSArrayReader<T> b, JSArrayReader<T> c) concat(JSArrayReader<T> a, JSArrayReader<T> b, JSArrayReader<T> c, JSArrayReader<T> d) static <T> JSArray<T> create()static <T> JSArray<T> create(int size) static booleanabstract Stringjoin()abstract Stringstatic <S> JSArray<S> of(S... items) abstract Tpop()abstract intabstract intabstract intabstract intreverse()abstract voidabstract voidsetLength(int len) abstract Tshift()slice(int start) slice(int start, int end) sort()sort(JSSortFunction<T> function) splice(int start, int count) abstract intabstract intabstract intabstract intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.core.JSArrayReader
get, getLengthMethods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
set
-
push
-
push
-
push
-
push
-
shift
-
join
-
join
-
concat
-
concat
-
concat
-
concat
public abstract JSArray<T> concat(JSArrayReader<T> a, JSArrayReader<T> b, JSArrayReader<T> c, JSArrayReader<T> d) -
pop
-
unshift
-
unshift
-
unshift
-
unshift
-
slice
-
slice
-
reverse
-
sort
-
sort
-
splice
-
splice
-
splice
-
splice
-
splice
-
setLength
public abstract void setLength(int len) -
create
-
create
-
isArray
-
of
-