| return weightingsAsStrings.isEmpty() ? STR0 : weightingsAsStrings.get(0); | return weightingsAsStrings.isEmpty() ? STR0 : weightingsAsStrings.iterator().next(); | weightingsAsStrings | weightingsAsStrings.iterator() | graphhopper | 442e032766f4456bf27db2b8fd1c91c7ea9887ca | com.graphhopper.routing.ch.CHAlgoFactoryDecorator | | | _1 | weightingsAsStrings |
|---|
| _2 | weightingsAsStrings |
|---|
| | TCIVar | weightingsAsStrings |
|---|
| | | TCIVar | weightingsAsStrings |
|---|
| Uses | True |
| final String principalId=principal != null ? principal.getId() : principals.get(0).getId(); | final String principalId=principal != null ? principal.getId() : principals.iterator().next().getId(); | principals | principals.iterator() | cas | 9631ea52472a7907e22e02f8d926212b7ff7040b | org.apereo.cas.authentication.principal.ChainingPrincipalResolver | | | | | | Uses | True |