Package | Description |
---|---|
manifold.ext.rt.extensions.java.lang.Object | |
manifold.ext.rt.extensions.manifold.rt.api.Array |
Modifier and Type | Method and Description |
---|---|
static Object |
ManObjectExt.jailbreak(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 Object |
ManArrayExt.copy(Object array) |
static Object |
ManArrayExt.copy(Object array,
int newLength)
Copies this array's elements into a new array of the specified
newLength . |
static Object |
ManArrayExt.copyRange(Object array,
int from,
int to)
Copies a range of elements from this array to a newly allocated array.
|
static Object |
ManArrayExt.copyRangeTo(Object array,
int from,
int to,
Object target,
int targetIndex)
Copies a range of elements from this array to the
target array. |
static Object |
ManArrayExt.copyTo(Object array,
Object to)
Copies the elements of this array to a specified array, truncating or padding with nulls as needed.
|
static Object |
ManArrayExt.first(Object array) |
static Object |
ManArrayExt.last(Object array) |
Copyright © 2024. All rights reserved.