Uses of Class
org.ojalgo.type.collection.CloseableList
-
Packages that use CloseableList Package Description org.ojalgo.type.collection -
-
Uses of CloseableList in org.ojalgo.type.collection
Methods in org.ojalgo.type.collection that return CloseableList Modifier and Type Method Description static <T extends java.lang.AutoCloseable>
CloseableList<T>CloseableList. newInstance()
static <T extends java.lang.AutoCloseable>
CloseableList<T>CloseableList. newInstance(int capacity)
static <T extends java.lang.AutoCloseable>
CloseableList<T>CloseableList. wrap(java.util.List<T> delegate)
-