public interface BufferPool
void
recycle(char[] buf)
char[]
take()
char[] take()
If no object is available in the pool, this method creates a new one.
void recycle(char[] buf)
Copyright © 2018 Oracle. All rights reserved.