Package org.bytedeco.gsl
Class gsl_bst_avl_node
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_bst_avl_node
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_bst_avl_node extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_bst_avl_node()Default native constructor.gsl_bst_avl_node(long size)Native array allocator.gsl_bst_avl_node(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byteavl_balance()gsl_bst_avl_nodeavl_balance(byte setter)Pointeravl_data()gsl_bst_avl_nodeavl_data(Pointer setter)PointerPointeravl_link()gsl_bst_avl_nodeavl_link(int i)gsl_bst_avl_nodeavl_link(int i, gsl_bst_avl_node setter)gsl_bst_avl_nodegetPointer(long i)gsl_bst_avl_nodeposition(long position)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
gsl_bst_avl_node
public gsl_bst_avl_node()
Default native constructor.
-
gsl_bst_avl_node
public gsl_bst_avl_node(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_bst_avl_node
public gsl_bst_avl_node(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_bst_avl_node position(long position)
-
getPointer
public gsl_bst_avl_node getPointer(long i)
- Overrides:
getPointerin classPointer
-
avl_link
public gsl_bst_avl_node avl_link(int i)
-
avl_link
public gsl_bst_avl_node avl_link(int i, gsl_bst_avl_node setter)
-
avl_link
@MemberGetter @Cast("gsl_bst_avl_node**") public PointerPointer avl_link()
-
avl_data
public Pointer avl_data()
-
avl_data
public gsl_bst_avl_node avl_data(Pointer setter)
-
avl_balance
public byte avl_balance()
-
avl_balance
public gsl_bst_avl_node avl_balance(byte setter)
-
-