public final class ArrayListFactory<T> extends Object implements IntFunction<ArrayList<T>>
| Modifier and Type | Method and Description |
|---|---|
ArrayList<T> |
apply(int value) |
static <T> ArrayListFactory<T> |
getInstance() |
public ArrayList<T> apply(int value)
apply in interface IntFunction<ArrayList<T>>public static <T> ArrayListFactory<T> getInstance()
Copyright © 2020 JBoss by Red Hat. All rights reserved.