Searched defs:newSet (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/util/
H A DCollectionUtils.java147 public static <E> Set<E> newSet(E... elements) method in class:CollectionUtils
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCollectionUtils.java147 public static <E> Set<E> newSet(E... elements) method in class:CollectionUtils
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewConfig.java939 public void addTabEntries(String type, List entries, boolean newSet) { argument
943 if (!newSet) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewConfig.java939 public void addTabEntries(String type, List entries, boolean newSet) { argument
943 if (!newSet) {
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeEntitlementSubConfigsStep.java219 * set if both oldSet and newSet are null, or newSet if the contents of oldSet and newSet differ.
240 * set if both oldSet and newSet are null, or newSet if the contents of oldSet and newSet differ.
245 * @param newSet The newer set of data. May be null.
249 private void captureDifferentSet(Set<String> oldSet, Set<String> newSet, argument
255 if (oldSet == null && newSet == null) {
257 } else if (newSet !
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeEntitlementSubConfigsStep.java224 * set if both oldSet and newSet are null, or newSet if the contents of oldSet and newSet differ.
245 * set if both oldSet and newSet are null, or newSet if the contents of oldSet and newSet differ.
250 * @param newSet The newer set of data. May be null.
254 private void captureDifferentSet(Set<String> oldSet, Set<String> newSet, argument
260 if (oldSet == null && newSet == null) {
262 } else if (newSet !
[all...]

Completed in 37 milliseconds