Searched defs:removeSet (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java1182 private Set<String> removeAllIgnoreCase(Set<String> src, Set<String> removeSet) { argument
1187 if (removeSet != null && !removeSet.isEmpty()) {
1193 for (String s : removeSet) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java1183 private Set<String> removeAllIgnoreCase(Set<String> src, Set<String> removeSet) { argument
1188 if (removeSet != null && !removeSet.isEmpty()) {
1194 for (String s : removeSet) {

Completed in 25 milliseconds