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