|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmali.pooling.ObjectPool<Tuple4i>
org.openmali.vecmath2.pools.Tuple4iPool
public class Tuple4iPool
An instance pool for Tuple4i instances.
| Constructor Summary | |
|---|---|
Tuple4iPool(int initialSize)
|
|
| Method Summary | |
|---|---|
Tuple4i |
alloc()
|
Tuple4i |
alloc(int x,
int y,
int z,
int w)
|
protected Tuple4i |
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 Tuple4iPool(int initialSize)
| Method Detail |
|---|
protected Tuple4i newInstance()
newInstance in class ObjectPool<Tuple4i>public Tuple4i alloc()
alloc in class ObjectPool<Tuple4i>
public Tuple4i alloc(int x,
int y,
int z,
int w)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||