public class btGEN_Link extends BulletBase
className| Constructor and Description |
|---|
btGEN_Link() |
btGEN_Link(btGEN_Link next,
btGEN_Link prev) |
btGEN_Link(long cPtr,
boolean cMemoryOwn)
Construct a new btGEN_Link, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btGEN_Link obj) |
btGEN_Link |
getNext() |
btGEN_Link |
getPrev() |
void |
insertAfter(btGEN_Link link) |
void |
insertBefore(btGEN_Link link) |
boolean |
isHead() |
boolean |
isTail() |
void |
remove() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btGEN_Link(long cPtr,
boolean cMemoryOwn)
public btGEN_Link()
public btGEN_Link(btGEN_Link next, btGEN_Link prev)
public static long getCPtr(btGEN_Link obj)
public btGEN_Link getNext()
public btGEN_Link getPrev()
public boolean isHead()
public boolean isTail()
public void insertBefore(btGEN_Link link)
public void insertAfter(btGEN_Link link)
public void remove()
Copyright © 2021. All rights reserved.