public class ParserPoolImpl extends java.lang.Object implements ParserPool
| 构造器和说明 |
|---|
ParserPoolImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Parser |
get()
Call the wrapped pool.
|
void |
initialize(RuntimeServices rsvc)
Create the underlying "pool".
|
void |
put(Parser parser)
Call the wrapped pool.
|
public void initialize(RuntimeServices rsvc)
initialize 在接口中 ParserPoolrsvc - public Parser get()
get 在接口中 ParserPoolpublic void put(Parser parser)
put 在接口中 ParserPoolparser -