Public Member Functions | |
IntPointCollector () | |
IntPointCollector (int capacity) | |
void | finalize () |
IntPoint | newPoint () |
IntPoint | newPoint (int x, int y) |
void | recyclePoint (IntPoint point) |
void | setCapacity (int capacity) |
Private Attributes | |
java.lang.ref.ReferenceQueue | queue = new java.lang.ref.ReferenceQueue() |
IntPoint | first = null |
IntPoint | last = null |
int | recycled = 0 |
int | created = 0 |
int | size = 0 |
int | capacity = 10 |
|
PointCollector constructor comment. |
|
PointCollector constructor comment. |
|
|
|
Insert the method's description here. Creation date: (31.03.2001 23:38:04)
|
|
Insert the method's description here. Creation date: (31.03.2001 23:38:04)
|
|
Insert the method's description here. Creation date: (31.03.2001 23:46:49)
|
|
Sets capacity of catch. If catch contains more point than new capacity, they will not be released until recycled. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|