Platforms to show: All Mac Windows Linux Cross-Platform

Back to JavaIntArrayMBS class.

JavaIntArrayMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Java MBS Java Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The private constructor.

JavaIntArrayMBS.Elements as memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
All the elements in this array as one memoryblock.

Use memoryblock.Long(index*4) to access.

JavaIntArrayMBS.Region(start as Integer, len as Integer) as memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Java MBS Java Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get or set a region of the array.

Start is the starting index (0 based) and len the number of items to copy.
Throws ArrayIndexOutOfBoundsException if (start + len - 1) does not specify a valid index in the array.
(Read and Write computed property)

JavaIntArrayMBS.Value(index as Integer) as Int32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Java MBS Java Plugin 19.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get or set the value with given index.

May raise OutOfBoundsException if index is out of range.
(Read and Write computed property)

JavaIntArrayMBS.Values as Integer()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Java MBS Java Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Returns a Xojo array with values.

The items on this page are in the following plugins: MBS Java Plugin.


The biggest plugin in space...