public final class ArrayListSupplier<A> extends Object implements Supplier<ArrayList<A>>, Serializable
| Modifier and Type | Method and Description | 
|---|---|
| ArrayList<A> | get() | 
| static <A> ArrayListSupplier<A> | instance() | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.