public interface PointerBase extends ComparableWord
word types
that have the semantic of a pointer (but not
necessarily all the memory access methods defined in Pointer
).Modifier and Type | Method and Description |
---|---|
boolean |
isNonNull()
Returns true if this pointer is not the
null pointer . |
boolean |
isNull()
Returns true if this pointer is the
null pointer . |
equal, notEqual
boolean isNull()
null pointer
.boolean isNonNull()
null pointer
.