Uses of Class
manifold.ext.rt.api.Self
-
Packages that use Self Package Description manifold.ext.rt.extensions.java.lang.Object manifold.ext.rt.extensions.manifold.rt.api.Array -
-
Uses of Self in manifold.ext.rt.extensions.java.lang.Object
Methods in manifold.ext.rt.extensions.java.lang.Object with annotations of type Self Modifier and Type Method Description static ObjectManObjectExt. jailbreak(Object thiz)Use this method to type-safely access private and other inaccessible members of the receiver of the call. -
Uses of Self in manifold.ext.rt.extensions.manifold.rt.api.Array
Methods in manifold.ext.rt.extensions.manifold.rt.api.Array with annotations of type Self Modifier and Type Method Description static ObjectManArrayExt. copy(Object array)static ObjectManArrayExt. copy(Object array, int newLength)Copies this array's elements into a new array of the specifiednewLength.static ObjectManArrayExt. copyRange(Object array, int from, int to)Copies a range of elements from this array to a newly allocated array.static ObjectManArrayExt. copyRangeTo(Object array, int from, int to, Object target, int targetIndex)Copies a range of elements from this array to thetargetarray.static ObjectManArrayExt. copyTo(Object array, Object to)Copies the elements of this array to a specified array, truncating or padding with nulls as needed.static ObjectManArrayExt. first(Object array)static ObjectManArrayExt. last(Object array)
-