Searched refs:singletonOrEmpty (Results 1 – 3 of 3) 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
158 packageNamesToAdd = CollectionUtils.singletonOrEmpty( in onGrantDefaultRoles()