Package org.ojalgo.type
Class ObjectPool<T>
java.lang.Object
org.ojalgo.type.ObjectPool<T>
- Direct Known Subclasses:
IterativeASS.SparseArrayPool
,NodeKey.IntArrayPool
,ProductFormInverse.ArrayPool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
myLimited
private final boolean myLimited -
myObjects
-
-
Constructor Details
-
ObjectPool
public ObjectPool() -
ObjectPool
public ObjectPool(int capacity)
-
-
Method Details
-
borrow
-
giveBack
-
newObject
-
reset
-