public final class Pools extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Pool<PoolHolder<T>> |
createPool(int size,
PoolableObject<T> poolableObject)
create a Pool of objects with the given size.
|
public static <T> Pool<PoolHolder<T>> createPool(int size, PoolableObject<T> poolableObject)
create a Pool of objects with the given size.
Copyright © 2017. All rights reserved.