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–2022 Apache Software Foundation. All rights reserved.