Package ca.uhn.fhir.util
Class ArrayUtil
- java.lang.Object
-
- ca.uhn.fhir.util.ArrayUtil
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>commaSeparatedListToCleanSet(String theValueAsString)Takes in a list like "foo, bar,, baz" and returns a set containing only ["foo", "bar", "baz"]
-
-
-
Method Detail
-
commaSeparatedListToCleanSet
public static Set<String> commaSeparatedListToCleanSet(String theValueAsString)
Takes in a list like "foo, bar,, baz" and returns a set containing only ["foo", "bar", "baz"]
-
-