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