Uses of Interface
com.prineside.tdi2.utils.SafePools.Pool
Packages that use SafePools.Pool
-
Uses of SafePools.Pool in com.prineside.tdi2.utils
Classes in com.prineside.tdi2.utils that implement SafePools.PoolModifier and TypeClassDescriptionstatic final class
static final class
static class
Methods in com.prineside.tdi2.utils that return SafePools.PoolModifier and TypeMethodDescription<T> SafePools.Pool<T>
SafePools.create
(int initial, int max, ObjectSupplier<T> provider) <T> SafePools.Pool<T>
Returns a new or existing pool for the specified type, stored in a Class toSafePools.Pool
map.<T> SafePools.Pool<T>
Methods in com.prineside.tdi2.utils with parameters of type SafePools.PoolModifier and TypeMethodDescription<T> void
SafePools.set
(Class<T> type, SafePools.Pool<T> pool) Sets an existing pool for the specified type, stored in a Class toSafePools.Pool
map.