net.multiphasicapps.collections.AutoCloseableList

This is based on top of {@link ArrayList} and is the same interface except that it is {@link AutoCloseable} and on close will attempt to close all elements within the list. This throws {@link RuntimeException} if closing failed.