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