public class CollectionUtils extends Object
| Constructor and Description |
|---|
CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
indexOf(List<T> aCollection,
int index) |
static <T> T |
indexOf(List<T> aCollection,
int index,
T defaultValue) |
static <T> boolean |
isEmpty(Collection<T> aCollection) |
static <T> boolean |
isNotEmpty(Collection<T> aCollection) |
public static <T> boolean isEmpty(Collection<T> aCollection)
public static <T> boolean isNotEmpty(Collection<T> aCollection)
public static <T> T indexOf(List<T> aCollection, int index)
public static <T> T indexOf(List<T> aCollection, int index, T defaultValue)
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.