public class ArrayUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
EMPTY_STRING_ARRAY |
Constructor and Description |
---|
ArrayUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
contains(int[] list,
int value) |
static <T> boolean |
contains(T[] list,
T value) |
public static final String[] EMPTY_STRING_ARRAY
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.