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 void
close()
T
ensureCapacity(int capacity)
T
get()
-
Constructor Details
-
Method Details
-
get
-
ensureCapacity
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-