| Package | Description |
|---|---|
| elemental.util |
| 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. |
ArrayOf<T> |
ArrayOf.splice(int index,
int count)
Removes the specified number of elements starting at index and returns the
removed elements.
|
ArrayOf<V> |
MapFromStringTo.values()
The values contained in this map.
|
ArrayOf<V> |
MapFromIntTo.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. |
Copyright © 2021 Vaadin Ltd. All rights reserved.