public class ArrayUtils extends Object
| Constructor and Description |
|---|
ArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
resizeArray(Object oldArray,
int newSize)
Given an array, make sure it is the right size, expanding
if needed.
|
Copyright © 2017. All rights reserved.