public class CollectionUtils extends Object
| Constructor and Description |
|---|
CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
clone(List<T> that,
java.util.function.Function<T,T> transformer) |
static <T> void |
exchange(List<T> a,
int i,
int j) |
static List<Double> |
toList(double[] that) |
static <T> List<T> |
toList(T[] that,
java.util.function.Function<T,T> transformer) |
public static <T> List<T> clone(List<T> that, java.util.function.Function<T,T> transformer)
public static <T> List<T> toList(T[] that, java.util.function.Function<T,T> transformer)
public static <T> void exchange(List<T> a, int i, int j)
Copyright © 2017. All rights reserved.