Searched defs:AutoCloseableList (Results 1 – 1 of 1) sorted by relevance
25 public static final class AutoCloseableList<E extends AutoCloseable> extends ArrayList<E> class in TestUtil27 public AutoCloseableList(Collection<? extends E> c) { in AutoCloseableList() method in TestUtil.AutoCloseableList