elge.engine.pools
Class ObjectPool

java.lang.Object
  |
  +--elge.engine.pools.ObjectPool

public class ObjectPool
extends Object

There should be something like ObjectPool and ClassPool. What is the differenece? Wel, easy to say. ObjectPool hold instances created from the ClassPool. Maybe, it is not very nice to say it ObjectPool, because we cannot reuse it everywhere.. Or can we?

Author:
Palino

Constructor Summary
ObjectPool()
          Creates a new instance of ObjectPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPool

public ObjectPool()
Creates a new instance of ObjectPool