public class ReflectionPool<T> extends Pool<T>
Constructor.setAccessible(boolean)
will be used if the class and/or constructor is not visible.Pool.Poolable
Constructor and Description |
---|
ReflectionPool(Class<T> type) |
ReflectionPool(Class<T> type,
int initialCapacity) |
ReflectionPool(Class<T> type,
int initialCapacity,
int max) |
Copyright © 2019. All rights reserved.