| Package | Description |
|---|---|
| org.stjs.javascript |
| Modifier and Type | Method and Description |
|---|---|
static <T> Array<T> |
Array.copyOf(List<T> list)
constructors used on the server side only.
|
static <KK extends String,VV> |
Map.copyOf(Map<KK,VV> map)
constructors used on the server side only.
|
List<V> |
Array.java()
this gives access to the java implementation.
|
Map<K,V> |
Map.java()
this gives access to the java implementation.
|
static <T> Array<T> |
Array.wrap(List<T> list)
constructors used on the server side only.
|
static <KK extends String,VV> |
Map.wrap(Map<KK,VV> map)
constructors used on the server side only.
|
Copyright © 2015. All Rights Reserved.