public class CollectionUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CollectionUtils.EmptyIterator<E> |
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<T> |
emptyIterator() |
static boolean |
isNotEmpty(Collection<?> coll) |
static <T> String |
join(T[] array,
String separator) |
static <T> List<T> |
safety(List<T> list) |
static <T> Iterator<T> |
safetyIterator(Collection<T> collection) |
public static <T> Iterator<T> emptyIterator()
public static <T> Iterator<T> safetyIterator(Collection<T> collection)
public static boolean isNotEmpty(Collection<?> coll)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.