Package | Description |
---|---|
elemental.js.util | |
elemental.util | |
elemental.util.impl |
Modifier and Type | Class and Description |
---|---|
class |
JsArrayOf<T>
JavaScript native implementation of
ArrayOf . |
Modifier and Type | Method and Description |
---|---|
JsArrayOf<T> |
JsArrayOf.concat(ArrayOf<T> values) |
Modifier and Type | Method and Description |
---|---|
static <T> ArrayOf<T> |
Collections.arrayOf()
Create an ArrayOf collection using the most efficient implementation strategy for the given
client.
|
ArrayOf<T> |
ArrayOf.concat(ArrayOf<T> values)
Returns a new array that is the concatenation of this array and
values . |
ArrayOf<T> |
ArrayOf.splice(int index,
int count)
Removes the specified number of elements starting at index and returns the
removed elements.
|
ArrayOf<V> |
MapFromIntTo.values()
The values contained in this map.
|
ArrayOf<V> |
MapFromStringTo.values()
The values contained in this map.
|
Modifier and Type | Method and Description |
---|---|
ArrayOf<T> |
ArrayOf.concat(ArrayOf<T> values)
Returns a new array that is the concatenation of this array and
values . |
Modifier and Type | Class and Description |
---|---|
class |
JreArrayOf<T>
JRE implementation of ArrayOf for server and dev mode.
|
Modifier and Type | Method and Description |
---|---|
ArrayOf<T> |
JreArrayOf.concat(ArrayOf<T> values) |
ArrayOf<T> |
JreArrayOf.splice(int index,
int count) |
ArrayOf<T> |
JreMapFromStringTo.values() |
ArrayOf<T> |
JreMapFromIntTo.values() |
Modifier and Type | Method and Description |
---|---|
ArrayOf<T> |
JreArrayOf.concat(ArrayOf<T> values) |
Copyright © 2018. All rights reserved.