public final class SimplePool extends Object
SimplePool(int max)
Object
get()
int
getMax()
void
put(Object o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimplePool(int max)
max
public void put(Object o)
o
public Object get()
public int getMax()
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.