public final class CollectionUtils
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getFirst
@Nullable
public static <T> T getFirst(Iterable<T> iterable,
@Nullable
T defaultValue)
-
size
public static int size(Iterable<?> iterable)