@Api @Component public class SplitCommaReverseService extends Object implements SplitGeocoderStringService
| Constructor and Description |
|---|
SplitCommaReverseService() |
| Modifier and Type | Method and Description |
|---|---|
String |
combine(List<String> matchedStrings)
Combine the list of strings back into one string accoring to the conventions used for this service.
|
List<String> |
split(String location)
Split the given string in a list of strings according to the separator convention used.
|
public List<String> split(String location)
SplitGeocoderStringServicesplit in interface SplitGeocoderStringServicelocation - location to splitpublic String combine(List<String> matchedStrings)
SplitGeocoderStringServicecombine in interface SplitGeocoderStringServicematchedStrings - strings to combineCopyright © 2013 Geosparc. All Rights Reserved.