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