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