Package | Description |
---|---|
elemental.js.util | |
elemental.util | |
elemental.util.impl |
Modifier and Type | Class and Description |
---|---|
class |
JsArrayOfString
JavaScript native implementation of
ArrayOfString . |
Modifier and Type | Method and Description |
---|---|
static ArrayOfString |
StringUtil.split(String s,
String regexp)
Splits a
String into an array of substrings. |
static ArrayOfString |
StringUtil.split(String s,
String regexp,
int limit)
Splits a
String into an array of substrings. |
Modifier and Type | Method and Description |
---|---|
JsArrayOfString |
JsArrayOfString.concat(ArrayOfString values) |
Modifier and Type | Method and Description |
---|---|
static <T> ArrayOfString |
Collections.arrayOfString()
Create an ArrayOfString collection using the most efficient implementation strategy for the
given client.
|
ArrayOfString |
ArrayOfString.concat(ArrayOfString values)
Returns a new array that is the concatenation of this array and
values . |
ArrayOfString |
MapFromStringToInt.keys()
The keys contained within this map.
|
ArrayOfString |
MapFromStringToBoolean.keys()
The keys contained within this map.
|
ArrayOfString |
MapFromStringTo.keys()
The keys contained within this map.
|
ArrayOfString |
MapFromStringToNumber.keys()
The keys contained within this map.
|
ArrayOfString |
MapFromStringToString.keys()
The keys contained within this map.
|
ArrayOfString |
ArrayOfString.splice(int index,
int count)
Removes the specified number of elements starting at index and returns the
removed elements.
|
ArrayOfString |
MapFromStringToString.values()
The values contained in this map.
|
ArrayOfString |
MapFromIntToString.values()
The values contained in this map.
|
Modifier and Type | Method and Description |
---|---|
ArrayOfString |
ArrayOfString.concat(ArrayOfString values)
Returns a new array that is the concatenation of this array and
values . |
Modifier and Type | Class and Description |
---|---|
class |
JreArrayOfString
JRE implementation of ArrayOfString for server and dev mode.
|
Modifier and Type | Method and Description |
---|---|
ArrayOfString |
JreArrayOfString.concat(ArrayOfString values) |
ArrayOfString |
JreMapFromStringToString.keys() |
ArrayOfString |
JreMapFromStringTo.keys() |
ArrayOfString |
JreMapFromStringToInt.keys() |
ArrayOfString |
JreMapFromStringToNumber.keys() |
ArrayOfString |
JreMapFromStringToBoolean.keys() |
ArrayOfString |
JreArrayOfString.splice(int index,
int count) |
ArrayOfString |
JreMapFromStringToString.values() |
ArrayOfString |
JreMapFromIntToString.values() |
Modifier and Type | Method and Description |
---|---|
ArrayOfString |
JreArrayOfString.concat(ArrayOfString values) |
Copyright © 2018. All rights reserved.