| Package | Description |
|---|---|
| manifold.ext.rt.extensions.java.lang.Object | |
| manifold.ext.rt.extensions.manifold.rt.api.Array |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
ManObjectExt.jailbreak(java.lang.Object thiz)
Use this method to type-safely access private and other inaccessible members of the receiver of the call.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
ManArrayExt.copy(java.lang.Object array) |
static java.lang.Object |
ManArrayExt.copy(java.lang.Object array,
int newLength)
Copies this array's elements into a new array of the specified
newLength. |
static java.lang.Object |
ManArrayExt.copyRange(java.lang.Object array,
int from,
int to)
Copies a range of elements from this array to a newly allocated array.
|
static java.lang.Object |
ManArrayExt.copyRangeTo(java.lang.Object array,
int from,
int to,
java.lang.Object target,
int targetIndex)
Copies a range of elements from this array to the
target array. |
static java.lang.Object |
ManArrayExt.copyTo(java.lang.Object array,
java.lang.Object to)
Copies the elements of this array to a specified array, truncating or padding with nulls as needed.
|
static java.lang.Object |
ManArrayExt.first(java.lang.Object array) |
static java.lang.Object |
ManArrayExt.last(java.lang.Object array) |
Copyright © 2024. All rights reserved.