Interface ObjectHandle
- All Superinterfaces:
ComparableWord, WordBase
The opaque representation of a handle to a Java object given out to unmanaged code. Clients must
not interpret or dereference the value.
- 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.