public class CollectionUtils
extends java.lang.Object
Constructor and Description |
---|
CollectionUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
pickElement(java.util.Collection<T> elements, int position)
Returns a single element from a collection using the specified position.
|