Package org.forgerock.http.util
Class Lists
- java.lang.Object
-
- org.forgerock.http.util.Lists
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]
asArrayOrNull(List<String> listOfStrings)
Returns the given list content as an array, ornull
if the list is empty.
-