@Experimental
public interface ListFactory
extends java.io.Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ListFactory.ArrayListFactory |
static class |
ListFactory.CopyOnWriteArrayListFactory |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.List<T> |
createList() |