JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.jniwrapper
Interface PointerParameter
All Known Implementing Classes:
ArithmeticalPointer
,
Callback
,
ExternalArrayPointer
,
ExternalStringPointer
,
Pointer
,
Pointer.Const
,
Pointer.OutOnly
,
Pointer.Void
,
ResizingPointer
public interface
PointerParameter
Marker interface that identifies pointer parameter.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isNull
()
Tests if this pointer is null.
Method Detail
isNull
boolean isNull()
Tests if this pointer is null.
Returns:
true if this pointer is null; false otherwise
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method