Searched defs:emptyIfNull (Results 1 – 2 of 2) sorted by relevance
171 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in CollectionUtils182 public static @NonNull <T> Set<T> emptyIfNull(@Nullable Set<T> cur) { in emptyIfNull() method in CollectionUtils
551 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TextUtils