Uses of Interface
elemental.util.ArrayOfInt
-
Packages that use ArrayOfInt Package Description elemental.util -
-
Uses of ArrayOfInt in elemental.util
Methods in elemental.util that return ArrayOfInt Modifier and Type Method Description ArrayOfInt
ArrayOfInt. concat(ArrayOfInt values)
Returns a new array that is the concatenation of this array andvalues
.ArrayOfInt
MapFromIntTo. keys()
The keys contained within this map.ArrayOfInt
MapFromIntToString. keys()
The keys contained within this map.ArrayOfInt
ArrayOfInt. splice(int index, int count)
Removes the specified number of elements starting at index and returns the removed elements.ArrayOfInt
MapFromStringToInt. values()
The values contained in this map.Methods in elemental.util with parameters of type ArrayOfInt Modifier and Type Method Description ArrayOfInt
ArrayOfInt. concat(ArrayOfInt values)
Returns a new array that is the concatenation of this array andvalues
.
-