@Typed public abstract class ArraysUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
asSet(T... array)
Create a set from an array.
|
static boolean |
isEmpty(Object[] array) |
public static <T> Set<T> asSet(T... array)
T - the type of the objects in the setarray - the array from which to create the setpublic static boolean isEmpty(Object[] array)
Copyright © 2016 The Apache Software Foundation. All rights reserved.