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