| java.lang.Object ognl.ObjectArrayPool
ObjectArrayPool | final public class ObjectArrayPool extends Object (Code) | | |
Inner Class :public static class SizePool extends Object | |
Method Summary | |
public synchronized Object[] | create(int arraySize) | public synchronized Object[] | create(Object singleton) | public synchronized Object[] | create(Object object1, Object object2) | public synchronized Object[] | create(Object object1, Object object2, Object object3) | public synchronized Object[] | create(Object object1, Object object2, Object object3, Object object4) | public synchronized Object[] | create(Object object1, Object object2, Object object3, Object object4, Object object5) | public synchronized SizePool | getSizePool(int arraySize) | public IntHashMap | getSizePools() | public synchronized void | recycle(Object[] value) |
ObjectArrayPool | public ObjectArrayPool()(Code) | | |
create | public synchronized Object[] create(int arraySize)(Code) | | |
getSizePool | public synchronized SizePool getSizePool(int arraySize)(Code) | | |
recycle | public synchronized void recycle(Object[] value)(Code) | | |
|
|