public class CollectionsUtil extends Object
| Constructor and Description |
|---|
CollectionsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> ArrayList<R> |
toArrayList(Collection<T> collection,
Function<? super T,? extends R> mapFunction) |
public static <T,R> ArrayList<R> toArrayList(Collection<T> collection, Function<? super T,? extends R> mapFunction)
Copyright © 2012–2023. All rights reserved.