|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmali.pooling.ObjectPool<Vector3d>
org.openmali.vecmath2.pools.Vector3dPool
public class Vector3dPool
An instance pool for Vector3d instances.
| Constructor Summary | |
|---|---|
Vector3dPool(int initialSize)
|
|
| Method Summary | |
|---|---|
Vector3d |
alloc()
|
Vector3d |
alloc(double x,
double y,
double z)
|
protected Vector3d |
newInstance()
Creates a new instance of a pooled object. |
| Methods inherited from class org.openmali.pooling.ObjectPool |
|---|
free, getSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Vector3dPool(int initialSize)
| Method Detail |
|---|
protected Vector3d newInstance()
newInstance in class ObjectPool<Vector3d>public Vector3d alloc()
alloc in class ObjectPool<Vector3d>
public Vector3d alloc(double x,
double y,
double z)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||