ariba.util.expr
Class ObjectArrayPool
java.lang.Object
ariba.util.expr.ObjectArrayPool
public final class ObjectArrayPool
- extends Object
|
Method Summary |
Object[] |
create(int arraySize)
|
Object[] |
create(Object singleton)
|
Object[] |
create(Object object1,
Object object2)
|
Object[] |
create(Object object1,
Object object2,
Object object3)
|
Object[] |
create(Object object1,
Object object2,
Object object3,
Object object4)
|
Object[] |
create(Object object1,
Object object2,
Object object3,
Object object4,
Object object5)
|
ObjectArrayPool.SizePool |
getSizePool(int arraySize)
|
IntHashMap |
getSizePools()
|
void |
recycle(Object[] value)
|
ObjectArrayPool
public ObjectArrayPool()
getSizePools
public IntHashMap getSizePools()
getSizePool
public ObjectArrayPool.SizePool getSizePool(int arraySize)
create
public Object[] create(int arraySize)
create
public Object[] create(Object singleton)
create
public Object[] create(Object object1,
Object object2)
create
public Object[] create(Object object1,
Object object2,
Object object3)
create
public Object[] create(Object object1,
Object object2,
Object object3,
Object object4)
create
public Object[] create(Object object1,
Object object2,
Object object3,
Object object4,
Object object5)
recycle
public void recycle(Object[] value)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.