Class PolicyUtils.Collections
java.lang.Object
com.sun.xml.ws.policy.privateutil.PolicyUtils.Collections
- Enclosing class:
- PolicyUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E,T extends Collection<? extends E>, U extends Collection<? extends E>>
Collection<Collection<E>>combine(U initialBase, Collection<T> options, boolean ignoreEmptyOption) TODO javadocs
-
Constructor Details
-
Collections
public Collections()
-
-
Method Details
-
combine
public static <E,T extends Collection<? extends E>, Collection<Collection<E>> combineU extends Collection<? extends E>> (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
-