public class Collections extends Object
| Constructor and Description |
|---|
Collections() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Object> |
asCollection(Object arrayOrCollection) |
static <E> Collection<E> |
difference(Collection<E> first,
Collection<E> second) |
static <F,T> Collection<T> |
transform(Collection<F> input,
Function<F,T> transformation) |
public static <F,T> Collection<T> transform(Collection<F> input, Function<F,T> transformation)
public static <E> Collection<E> difference(Collection<E> first, Collection<E> second)
public static Collection<Object> asCollection(Object arrayOrCollection)
Copyright © 2014. All rights reserved.