|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.expr.ObjectArrayPool.SizePool
public static class ObjectArrayPool.SizePool
Constructor Summary | |
---|---|
ObjectArrayPool.SizePool(int arraySize)
|
|
ObjectArrayPool.SizePool(int arraySize,
int initialSize)
|
Method Summary | |
---|---|
java.lang.Object[] |
create()
|
int |
getArraySize()
|
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(java.lang.Object[] value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectArrayPool.SizePool(int arraySize)
public ObjectArrayPool.SizePool(int arraySize, int initialSize)
Method Detail |
---|
public int getArraySize()
public java.lang.Object[] create()
public void recycle(java.lang.Object[] value)
public int getSize()
public int getCreatedCount()
public int getRecoveredCount()
public int getRecycledCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |