Searched defs:CloseableList (Results 1 – 1 of 1) sorted by relevance
28 public class CloseableList<E extends Closeable> implements Closeable { class31 public CloseableList(List<E> fileList) { in CloseableList() method in CloseableList