Package org.ojalgo.array
Interface BufferArray.BufferConstructor
-
- Enclosing class:
- BufferArray
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface static interface BufferArray.BufferConstructor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufferArray
newInstance(BufferArray.Factory factory, java.nio.ByteBuffer buffer, java.lang.AutoCloseable closeable)
-
-
-
Method Detail
-
newInstance
BufferArray newInstance(BufferArray.Factory factory, java.nio.ByteBuffer buffer, java.lang.AutoCloseable closeable)
-
-