|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.privateutil.PolicyUtils.Collections
public static class PolicyUtils.Collections
| Constructor Summary | |
|---|---|
PolicyUtils.Collections()
|
|
| Method Summary | ||
|---|---|---|
static
|
combine(U initialBase,
java.util.Collection<T> options,
boolean ignoreEmptyOption)
TODO javadocs |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyUtils.Collections()
| Method Detail |
|---|
public static <E,T extends java.util.Collection<? extends E>,U extends java.util.Collection<? extends E>> java.util.Collection<java.util.Collection<E>> combine(U initialBase,
java.util.Collection<T> options,
boolean ignoreEmptyOption)
initialBase - the combination base that will be present in each combination. May be null or empty.options - options that should be combined. May be null or empty.ignoreEmptyOption - flag identifies whether empty options should be ignored or whether the method should halt
processing and return null when an empty option is encountered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||