public final class ListContainerPool<T> extends Object implements ObjectPool<ListContainer<T>>
Constructor and Description |
---|
ListContainerPool(int initialPoolSize) |
Modifier and Type | Method and Description |
---|---|
ListContainer<T> |
acquire() |
void |
release(ListContainer<T> obj) |
public ListContainer<T> acquire()
acquire
in interface ObjectPool<ListContainer<T>>
public void release(ListContainer<T> obj)
release
in interface ObjectPool<ListContainer<T>>
Copyright © 2015–2020. All rights reserved.