return Collections.singletonMap(STR0,String.valueOf(pointIndex)); | return Collections.<String,Object>singletonMap(STR0,pointIndex); | Collections.singletonMap(STR0,String.valueOf(pointIndex)) | Collections.<String,Object>singletonMap(STR0,pointIndex) | graphhopper | afe285559640259c47a50cc5fd5ea7fecc896dae | com.graphhopper.util.exceptions.CannotFindPointException | | | | - java.lang.String
- java.util.Collections
| | Returns | True |