public static class ListFactory.ArrayListFactory extends java.lang.Object implements ListFactory
ListFactory.ArrayListFactory, ListFactory.CopyOnWriteArrayListFactory| Constructor and Description |
|---|
ArrayListFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.List<T> |
createList() |
public <T> java.util.List<T> createList()
createList in interface ListFactory