Interface Isolate
- All Superinterfaces:
ComparableWord, PointerBase, WordBase
Pointer to the runtime data structure for an isolate. The size and actual layout of the data
structure is unspecified, client code must not make any assumptions about it.
- Since:
- 19.0
-
Method Summary
Methods inherited from interface ComparableWord
equal, notEqual
Modifier and TypeMethodDescriptionboolean
equal
(ComparableWord val) Compares this word with the specified value.boolean
notEqual
(ComparableWord val) Compares this word with the specified value.Methods inherited from interface PointerBase
isNonNull, isNull
Modifier and TypeMethodDescriptionboolean
Returns true if this pointer is not thenull pointer
.boolean
isNull()
Returns true if this pointer is thenull pointer
.