Searched defs:emptyIfNull (Results 1 – 5 of 5) sorted by relevance
88 const char *const emptyIfNull = optionalMessage == nullptr ? "" : optionalMessage; variable
184 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in CollectionUtils195 public static @NonNull <T> Set<T> emptyIfNull(@Nullable Set<T> cur) { in emptyIfNull() method in CollectionUtils206 public static @NonNull <K, V> Map<K, V> emptyIfNull(@Nullable Map<K, V> cur) { in emptyIfNull() method in CollectionUtils
182 public static @NonNull <T> T[] emptyIfNull(@Nullable T[] items, Class<T> kind) { in emptyIfNull() method in ArrayUtils
86 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TelephonyUtils91 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in TelephonyUtils
622 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TextUtils