| |
|
| java.lang.Object org.apache.xpath.axes.IteratorPool
IteratorPool | public class IteratorPool implements java.io.Serializable(Code) | | Pool of object of a given type to pick from to help memory usage
|
serialVersionUID | final static long serialVersionUID(Code) | | |
IteratorPool | public IteratorPool(DTMIterator original)(Code) | | Constructor IteratorPool
Parameters: original - The original iterator from which all others will be cloned. |
freeInstance | public synchronized void freeInstance(DTMIterator obj)(Code) | | Add an instance of the given object to the pool
Parameters: obj - Object to add. |
getInstance | public synchronized DTMIterator getInstance()(Code) | | Get an instance of the given object in this pool
An instance of the given object |
|
|
|