| Package | Description |
|---|---|
| elemental.util |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2021 Vaadin Ltd. All rights reserved.