public interface BufferPool
Modifier and Type | Method | Description |
---|---|---|
void |
recycle(char[] buf) |
Returns an object back to the pool.
|
char[] |
take() |
Gets a new char[] object from the pool.
|
Copyright © 2019 Oracle. All rights reserved.