public abstract class ArrayLoader<T> extends Object
| Constructor and Description |
|---|
ArrayLoader() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
listToArray(List list,
Class elementType) |
abstract T |
loadFrom(List list,
Class elementType) |
Copyright © 2017. All Rights Reserved.