Package ai.rapids.cudf
Class CloseableArray<T extends AutoCloseable>
java.lang.Object
ai.rapids.cudf.CloseableArray<T>
- All Implemented Interfaces:
AutoCloseable
Utility class that wraps an array of closeable instances and can be closed
-
Method Summary
-
Method Details
-
wrap
-
size
public int size() -
get
-
set
-
getArray
-
release
-
closeAt
public void closeAt(int i) -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
close
-