Searched defs:coll (Results 1 - 19 of 19) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DCache.java1229 public boolean containsAll(Collection coll) { argument
1231 return c.containsAll(coll);
1235 public boolean addAll(Collection coll) { argument
1237 return c.addAll(coll);
1241 public boolean removeAll(Collection coll) { argument
1243 return c.removeAll(coll);
1247 public boolean retainAll(Collection coll) { argument
1249 return c.retainAll(coll);
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/am/util/
H A DCache.java1109 public boolean containsAll(Collection coll) { argument
1111 return c.containsAll(coll);
1115 public boolean addAll(Collection coll) { argument
1117 return c.addAll(coll);
1121 public boolean removeAll(Collection coll) { argument
1123 return c.removeAll(coll);
1127 public boolean retainAll(Collection coll) { argument
1129 return c.retainAll(coll);
/forgerock/openam/openam-shared/src/main/java/com/iplanet/am/util/
H A DCache.java1109 public boolean containsAll(Collection coll) { argument
1111 return c.containsAll(coll);
1115 public boolean addAll(Collection coll) { argument
1117 return c.addAll(coll);
1121 public boolean removeAll(Collection coll) { argument
1123 return c.removeAll(coll);
1127 public boolean retainAll(Collection coll) { argument
1129 return c.retainAll(coll);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DCache.java1229 public boolean containsAll(Collection coll) { argument
1231 return c.containsAll(coll);
1235 public boolean addAll(Collection coll) { argument
1237 return c.addAll(coll);
1241 public boolean removeAll(Collection coll) { argument
1243 return c.removeAll(coll);
1247 public boolean retainAll(Collection coll) { argument
1249 return c.retainAll(coll);
/forgerock/opendj2/src/server/org/opends/server/admin/doc/
H A DConfigGuideGeneration.java1258 Collection<AbstractManagedObjectDefinition> coll) {
1260 if (coll == null) {
1265 for (AbstractManagedObjectDefinition mo : coll) {
1276 Collection<RelationDefinition> coll) {
1278 if (coll == null) {
1283 for (RelationDefinition rel : coll) {
1290 Collection<PropertyDefinition> coll) {
1292 if (coll == null) {
1297 for (PropertyDefinition prop : coll) {
1257 makeMOTreeMap( Collection<AbstractManagedObjectDefinition> coll) argument
1275 makeRelTreeMap( Collection<RelationDefinition> coll) argument
1289 makePropTreeMap( Collection<PropertyDefinition> coll) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/doc/
H A DConfigGuideGeneration.java1259 Collection<AbstractManagedObjectDefinition> coll) {
1261 if (coll == null) {
1266 for (AbstractManagedObjectDefinition mo : coll) {
1277 Collection<RelationDefinition> coll) {
1279 if (coll == null) {
1284 for (RelationDefinition rel : coll) {
1291 Collection<PropertyDefinition> coll) {
1293 if (coll == null) {
1298 for (PropertyDefinition prop : coll) {
1258 makeMOTreeMap( Collection<AbstractManagedObjectDefinition> coll) argument
1276 makeRelTreeMap( Collection<RelationDefinition> coll) argument
1290 makePropTreeMap( Collection<PropertyDefinition> coll) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/doc/
H A DConfigGuideGeneration.java1259 Collection<AbstractManagedObjectDefinition> coll) {
1261 if (coll == null) {
1266 for (AbstractManagedObjectDefinition mo : coll) {
1277 Collection<RelationDefinition> coll) {
1279 if (coll == null) {
1284 for (RelationDefinition rel : coll) {
1291 Collection<PropertyDefinition> coll) {
1293 if (coll == null) {
1298 for (PropertyDefinition prop : coll) {
1258 makeMOTreeMap( Collection<AbstractManagedObjectDefinition> coll) argument
1276 makeRelTreeMap( Collection<RelationDefinition> coll) argument
1290 makePropTreeMap( Collection<PropertyDefinition> coll) argument
/forgerock/opendj2-hg/src/server/org/opends/server/admin/doc/
H A DConfigGuideGeneration.java1258 Collection<AbstractManagedObjectDefinition> coll) {
1260 if (coll == null) {
1265 for (AbstractManagedObjectDefinition mo : coll) {
1276 Collection<RelationDefinition> coll) {
1278 if (coll == null) {
1283 for (RelationDefinition rel : coll) {
1290 Collection<PropertyDefinition> coll) {
1292 if (coll == null) {
1297 for (PropertyDefinition prop : coll) {
1257 makeMOTreeMap( Collection<AbstractManagedObjectDefinition> coll) argument
1275 makeRelTreeMap( Collection<RelationDefinition> coll) argument
1289 makePropTreeMap( Collection<PropertyDefinition> coll) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/doc/
H A DConfigGuideGeneration.java1259 Collection<AbstractManagedObjectDefinition> coll) {
1261 if (coll == null) {
1266 for (AbstractManagedObjectDefinition mo : coll) {
1277 Collection<RelationDefinition> coll) {
1279 if (coll == null) {
1284 for (RelationDefinition rel : coll) {
1291 Collection<PropertyDefinition> coll) {
1293 if (coll == null) {
1298 for (PropertyDefinition prop : coll) {
1258 makeMOTreeMap( Collection<AbstractManagedObjectDefinition> coll) argument
1276 makeRelTreeMap( Collection<RelationDefinition> coll) argument
1290 makePropTreeMap( Collection<PropertyDefinition> coll) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/doc/
H A DConfigGuideGeneration.java1262 Collection<AbstractManagedObjectDefinition> coll) {
1264 if (coll == null) {
1268 for (AbstractManagedObjectDefinition mo : coll) {
1279 Collection<RelationDefinition> coll) {
1281 if (coll == null) {
1285 for (RelationDefinition rel : coll) {
1292 Collection<PropertyDefinition> coll) {
1294 if (coll == null) {
1298 for (PropertyDefinition prop : coll) {
1261 makeMOTreeMap( Collection<AbstractManagedObjectDefinition> coll) argument
1278 makeRelTreeMap( Collection<RelationDefinition> coll) argument
1291 makePropTreeMap( Collection<PropertyDefinition> coll) argument
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 511 milliseconds