|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.Pool
public abstract class Pool
Contains the various classes that pool objects for performance.
Nested Class Summary | |
---|---|
static class |
Pool.ArrayPool
Implements an object pool for the massively used Object array objects. |
static class |
Pool.ContinuationPool
Implements an object pool for the massively used Continuation objects. |
static class |
Pool.EventPool
Implements an object pool for the massively used Event objects. |
Constructor Summary | |
---|---|
Pool()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pool()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |