|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.velocity.util.SimplePool
public final class SimplePool
Simple object pool. Based on ThreadPool and few other classes The pool will ignore overflow and return null if empty.
Constructor Summary | |
---|---|
SimplePool(int max)
|
Method Summary | |
---|---|
Object |
get()
Get an object from the pool, null if the pool is empty. |
int |
getMax()
Return the size of the pool |
void |
put(Object o)
Add the object to the pool, silent nothing if the pool is full |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimplePool(int max)
max
- Method Detail |
---|
public void put(Object o)
o
- public Object get()
public int getMax()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |