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