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 classstatic final classstatic classMethods 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.Poolmap.<T> SafePools.Pool<T>Methods in com.prineside.tdi2.utils with parameters of type SafePools.PoolModifier and TypeMethodDescription<T> voidSafePools.set(Class<T> type, SafePools.Pool<T> pool) Sets an existing pool for the specified type, stored in a Class toSafePools.Poolmap.