T
- public static interface ConcurrentPool.ItemFactory<T>
Modifier and Type | Method and Description |
---|---|
void |
close(T t) |
T |
create(boolean initialize) |
ConcurrentPool.Prune |
shouldPrune(T t) |
T create(boolean initialize)
void close(T t)
ConcurrentPool.Prune shouldPrune(T t)
Copyright © 2010 - 2020 Adobe. All Rights Reserved