Uses of Class
org.nameapi.client.services.nameparser.Match
-
Packages that use Match Package Description org.nameapi.client.services.nameparser -
-
Uses of Match in org.nameapi.client.services.nameparser
Methods in org.nameapi.client.services.nameparser that return types with arguments of type Match Modifier and Type Method Description com.google.common.base.Optional<Match>NameParserResult. getBestMatch()List<Match>NameParserResult. getMatches()Constructors in org.nameapi.client.services.nameparser with parameters of type Match Constructor Description NameParserResult(Match bestMatch, List<Match> matches, int shortestItemCount)Constructor parameters in org.nameapi.client.services.nameparser with type arguments of type Match Constructor Description NameParserResult(Match bestMatch, List<Match> matches, int shortestItemCount)
-