public final class ImageHeapObjects extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deref(ImageHeapRef<T> ref)
Provides the object instance in the current isolate at the given image heap location.
|
static <T> ImageHeapRef<T> |
ref(T t)
Provides the image heap location of the specified image heap object that is independent of a
specific isolate.
|
public static <T> ImageHeapRef<T> ref(T t)
null becomes NULL.public static <T> T deref(ImageHeapRef<T> ref)
NULL becomes Java null.