Searched defs:singletonOrEmpty (Results 1 – 2 of 2) sorted by relevance
86 public static <T> List<T> singletonOrEmpty(@Nullable T element) { in singletonOrEmpty() method in CollectionUtils
70 public static <T> List<T> singletonOrEmpty(@Nullable T element) { in singletonOrEmpty() method in CollectionUtils