Class SetUtils
- java.lang.Object
-
- org.apache.logging.log4j.core.util.SetUtils
-
public final class SetUtils extends Object
Set-related convenience methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]prefixSet(Set<String> set, String prefix)Collects strings starting with the givenprefixfrom the givenset.
-