public interface BufferPool
Modifier and Type | Method and Description |
---|---|
void |
recycle(char[] buf)
Returns an object back to the pool.
|
char[] |
take()
Gets a new char[] object from the pool.
|
Copyright © 2012-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : jsonp-dev@eclipse.org