Package io.github.jbellis.jvector.util
Class PoolingSupport.Pooled<T>
java.lang.Object
io.github.jbellis.jvector.util.PoolingSupport.Pooled<T>
- Type Parameters:
T-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
PoolingSupport<T>
Wrapper class for items in the pool
These are AutoClosable and are intended to be used
in a try-with-resources statement.
-
Method Summary
-
Method Details
-
get
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-