Class PolicyUtils.Collections
- java.lang.Object
-
- com.sun.xml.ws.policy.privateutil.PolicyUtils.Collections
-
- Enclosing class:
- PolicyUtils
public static class PolicyUtils.Collections extends Object
-
-
Constructor Summary
Constructors Constructor Description Collections()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E,T extends Collection<? extends E>,U extends Collection<? extends E>>
Collection<Collection<E>>combine(U initialBase, Collection<T> options, boolean ignoreEmptyOption)TODO javadocs
-
-
-
Method Detail
-
combine
public static <E,T extends Collection<? extends E>,U extends Collection<? extends E>> Collection<Collection<E>> combine(U initialBase, Collection<T> options, boolean ignoreEmptyOption)
TODO javadocs- Parameters:
initialBase- the combination base that will be present in each combination. May benullor empty.options- options that should be combined. May benullor empty.ignoreEmptyOption- flag identifies whether empty options should be ignored or whether the method should halt processing and returnnullwhen an empty option is encountered- Returns:
- TODO
-
-