| java.lang.Object com.thoughtworks.xstream.core.util.Pool
Pool | public class Pool (Code) | | A simple pool implementation.
author: Jörg Schaible author: Joe Walnes |
Inner Class :public interface Factory | |
Constructor Summary | |
public | Pool(int initialPoolSize, int maxPoolSize, Factory factory) |
Pool | public Pool(int initialPoolSize, int maxPoolSize, Factory factory)(Code) | | |
|
|