E
- public interface ThreadLocalPool<E>
Modifier and Type | Method and Description |
---|---|
E |
allocate(int size) |
boolean |
hasRemaining() |
boolean |
isLastAllocated(E oldBuffer) |
E |
reallocate(E oldBuffer,
int newSize) |
E |
reduceLastAllocated(E buffer) |
boolean |
release(E underlyingBuffer) |
int |
remaining() |
void |
reset(E pool) |
boolean |
wantReset(int size) |
Copyright © 2015 Oracle Corporation. All rights reserved.