Package com.illumon.iris.db.v2.utils
Class SizedSafeCloseable<T extends SafeCloseable>
java.lang.Object
com.illumon.iris.db.v2.utils.SizedSafeCloseable<T>
- All Implemented Interfaces:
SafeCloseable,AutoCloseable
public final class SizedSafeCloseable<T extends SafeCloseable> extends Object implements SafeCloseable
-
Constructor Summary
Constructors Constructor Description SizedSafeCloseable(IntFunction<T> supplier) -
Method Summary
Modifier and Type Method Description voidclose()TensureCapacity(int capacity)Tget()
-
Constructor Details
-
Method Details
-
get
-
ensureCapacity
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable
-