Package com.nickrobison.tuple
Interface Loader<T>
-
- All Known Implementing Classes:
DirectTupleSchema
,HeapTupleSchema
,TupleSchema
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Loader<T>
Created by cliff on 5/15/14.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T[]
createArray(int size)
-
-
-
Method Detail
-
createArray
T[] createArray(int size) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-