Searched refs:addAll (Results 1 - 25 of 1845) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceSaveIndexes.java54 this.hostIndexes.addAll(hostIndexes);
57 this.pathIndexes.addAll(pathIndexes);
60 this.parentPath.addAll(parentPath);
96 public void addAll(ResourceSaveIndexes other) { method in class:ResourceSaveIndexes
97 this.hostIndexes.addAll(other.hostIndexes);
98 this.pathIndexes.addAll(other.pathIndexes);
99 this.parentPath.addAll(other.parentPath);
H A DResourceSearchIndexes.java55 this.hostIndexes.addAll(hostIndexes);
58 this.pathIndexes.addAll(pathIndexes);
70 public void addAll(ResourceSearchIndexes other) { method in class:ResourceSearchIndexes
71 this.hostIndexes.addAll(other.hostIndexes);
72 this.pathIndexes.addAll(other.pathIndexes);
73 this.parentPathIndexes.addAll(other.parentPathIndexes);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceSaveIndexes.java54 this.hostIndexes.addAll(hostIndexes);
57 this.pathIndexes.addAll(pathIndexes);
60 this.parentPath.addAll(parentPath);
96 public void addAll(ResourceSaveIndexes other) { method in class:ResourceSaveIndexes
97 this.hostIndexes.addAll(other.hostIndexes);
98 this.pathIndexes.addAll(other.pathIndexes);
99 this.parentPath.addAll(other.parentPath);
H A DResourceSearchIndexes.java55 this.hostIndexes.addAll(hostIndexes);
58 this.pathIndexes.addAll(pathIndexes);
70 public void addAll(ResourceSearchIndexes other) { method in class:ResourceSearchIndexes
71 this.hostIndexes.addAll(other.hostIndexes);
72 this.pathIndexes.addAll(other.pathIndexes);
73 this.parentPathIndexes.addAll(other.parentPathIndexes);
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/model/
H A DSortedList.java37 public boolean addAll(Collection<? extends T> collection) { method in class:SortedList
38 boolean result = super.addAll(collection);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java59 this.modifiedIndexes.addAll(backend.getIndexes());
60 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java60 this.modifiedIndexes.addAll(backend.getIndexes());
61 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java60 this.modifiedIndexes.addAll(backend.getIndexes());
61 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java59 this.modifiedIndexes.addAll(backend.getIndexes());
60 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java60 this.modifiedIndexes.addAll(backend.getIndexes());
61 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DIndexModifiedEvent.java59 this.modifiedIndexes.addAll(backend.getIndexes());
60 this.modifiedIndexes.addAll(backend.getVLVIndexes());
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredReplication.java71 this.newReplicationServers.addAll(newReplicationServers);
73 this.domainsConf.addAll(domainsConf);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredReplication.java72 this.newReplicationServers.addAll(newReplicationServers);
74 this.domainsConf.addAll(domainsConf);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredReplication.java72 this.newReplicationServers.addAll(newReplicationServers);
74 this.domainsConf.addAll(domainsConf);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredReplication.java71 this.newReplicationServers.addAll(newReplicationServers);
73 this.domainsConf.addAll(domainsConf);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DConfiguredReplication.java72 this.newReplicationServers.addAll(newReplicationServers);
74 this.domainsConf.addAll(domainsConf);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DSuffixDescriptor.java84 this.replicas.addAll(replicas);
98 replicationServers.addAll(replica.getReplicationServers());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DConfiguredReplication.java72 this.newReplicationServers.addAll(newReplicationServers);
74 this.domainsConf.addAll(domainsConf);
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/common/
H A DCaseInsensitiveHashSetTest.java37 ciHashSet.addAll(setToInitialise);
53 ciHashSet.addAll(setToInitialise);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DCommonAttributeUtils.java60 newValue.addAll(currentValue);
61 newValue.addAll(nextValue);
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DPrivilegeSet.java47 this.privileges.addAll(privileges);
48 this.referralPrivileges.addAll(referralPrivileges);
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/common/
H A DCaseInsensitiveHashSetTest.java37 ciHashSet.addAll(setToInitialise);
53 ciHashSet.addAll(setToInitialise);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthSubject.java49 p.addAll(principals);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthSubject.java49 p.addAll(principals);
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DSuffixDescriptor.java68 copy.addAll(replicas);
80 this.replicas.addAll(replicas);
93 replicationServers.addAll(replica.getReplicationServers());

Completed in 3525 milliseconds

1234567891011>>