public class Util extends Object
Util()
static <T> T
firstNonNull(T... ts)
static String
firstNotEmpty(String... values)
static boolean
hasSize(List<?> l)
static <T> List<T>
nonNull(List<T> l)
static <T> Map<T,T>
nonNull(Map<T,T> l)
static <T> Set<T>
nonNull(Set<T> l)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Util()
public static boolean hasSize(List<?> l)
public static <T> T firstNonNull(T... ts)
public static String firstNotEmpty(String... values)
public static <T> List<T> nonNull(List<T> l)
public static <T> Set<T> nonNull(Set<T> l)
public static <T> Map<T,T> nonNull(Map<T,T> l)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.