public class ArrayUtils extends Object
| Constructor and Description |
|---|
ArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
copyOfRange(int[] arr,
int from,
int to) |
static <T> T[] |
copyOfRange(T[] arr,
int from,
int to) |
static int[] |
unwrapArray(Integer[] input) |
static int[] |
unwrapCollection(Collection<Integer> input) |
static Integer[] |
wrapInArray(int[] input) |
static List<Integer> |
wrapInList(int[] input) |
public static <T> T[] copyOfRange(T[] arr,
int from,
int to)
public static int[] copyOfRange(int[] arr,
int from,
int to)
public static int[] unwrapCollection(Collection<Integer> input)
public static int[] unwrapArray(Integer[] input)
public static Integer[] wrapInArray(int[] input)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.