finalGroupsNameIterator = Iterators.<String>filter(groupsNameIterator,Predicates.notNull()) | finalGroupsNames = Collections2.<String>filter(extractGroupNamesFromSearchResult(result),Predicates.notNull()) | Iterators.<String>filter(groupsNameIterator,Predicates.notNull()) | Collections2.<String>filter(extractGroupNamesFromSearchResult(result),Predicates.notNull()) | killbill | 69975ba44f83c6d52d5e485ebf4d4fabdebc21ad | org.killbill.billing.util.security.shiro.realm.KillBillJndiLdapRealm | | _1 | finalGroupsNameIterator |
---|
_2 | finalGroupsNames |
---|
| v0 | Predicates.notNull() |
---|
v1 | String |
---|
| - com.google.common.collect.Collections2
| v0 | Predicates.notNull() |
---|
v1 | String |
---|
| AssignedTo | False |
final Iterator<String> finalGroupsNameIterator=Iterators.<String>filter(groupsNameIterator,Predicates.notNull()); | final Collection<String> finalGroupsNames=Collections2.<String>filter(extractGroupNamesFromSearchResult(result),Predicates.notNull()); | Iterators.<String>filter(groupsNameIterator,Predicates.notNull()) | Collections2.<String>filter(extractGroupNamesFromSearchResult(result),Predicates.notNull()) | killbill | 69975ba44f83c6d52d5e485ebf4d4fabdebc21ad | org.killbill.billing.util.security.shiro.realm.KillBillJndiLdapRealm | | _1 | finalGroupsNameIterator |
---|
_2 | finalGroupsNames |
---|
| v0 | Predicates.notNull() |
---|
v1 | String |
---|
| - com.google.common.collect.Collections2
| v0 | Predicates.notNull() |
---|
v1 | String |
---|
| AssignedTo | False |