public final class SimplePool extends Object
SimplePool()
SimplePool(int max)
Object
get()
int
getMax()
void
put(Object o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimplePool()
public SimplePool(int max)
public void put(Object o)
public Object get()
public int getMax()
Copyright © 2017 GlassFish Community. All rights reserved.