public class ArrayUtils extends Object
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Constructor and Description |
---|
ArrayUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
ensureCapacity(byte[] array,
int maxIndex) |
static char[] |
ensureCapacity(char[] array,
int maxIndex) |
static int[] |
ensureCapacity(int[] array,
int maxIndex) |
static <T> T[] |
ensureCapacity(T[] array,
int maxIndex) |
public static <T> T[] ensureCapacity(T[] array, int maxIndex)
public static byte[] ensureCapacity(byte[] array, int maxIndex)
public static char[] ensureCapacity(char[] array, int maxIndex)
public static int[] ensureCapacity(int[] array, int maxIndex)
Copyright © 2017 earcam. All rights reserved.