|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.expr.EvaluationPool
public final class EvaluationPool
Constructor Summary | |
---|---|
EvaluationPool()
|
|
EvaluationPool(int initialSize)
|
Method Summary | |
---|---|
Evaluation |
create(SimpleNode node,
java.lang.Object source)
Returns an Evaluation that contains the node, source and whether it is a set operation. |
Evaluation |
create(SimpleNode node,
java.lang.Object source,
boolean setOperation)
Returns an Evaluation that contains the node, source and whether it is a set operation. |
int |
getCreatedCount()
Returns the number of items this pool has created since it's construction. |
int |
getRecoveredCount()
Returns the number of items this pool has recovered from the pool since its construction. |
int |
getRecycledCount()
Returns the number of items this pool has recycled since it's construction. |
int |
getSize()
Returns the number of items in the pool |
void |
recycle(Evaluation value)
Recycles an Evaluation |
void |
recycleAll(Evaluation value)
Recycles an of Evaluation and all of it's siblings and children. |
void |
recycleAll(java.util.List value)
Recycles a List of Evaluation objects |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvaluationPool()
public EvaluationPool(int initialSize)
Method Detail |
---|
public Evaluation create(SimpleNode node, java.lang.Object source)
public Evaluation create(SimpleNode node, java.lang.Object source, boolean setOperation)
public void recycle(Evaluation value)
public void recycleAll(Evaluation value)
public void recycleAll(java.util.List value)
public int getSize()
public int getCreatedCount()
public int getRecoveredCount()
public int getRecycledCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |