public class MCollection extends Object
| Constructor and Description |
|---|
MCollection() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(Object[] array,
Object item)
Returns true of array is not null and the value of item is included in
the array.
|
static <T> void |
copyArray(T[] array,
Collection<T> list)
Fills a list at the end with the values of an array, ignoring null values.
|
public static boolean contains(Object[] array, Object item)
array - item - public static <T> void copyArray(T[] array,
Collection<T> list)
Copyright © 2014. All rights reserved.