Class NameParserResult


  • public class NameParserResult
    extends Object
    • Constructor Detail

      • NameParserResult

        public NameParserResult​(@Nullable
                                Match bestMatch,
                                @NotNull
                                List<Match> matches,
                                int shortestItemCount)
    • Method Detail

      • getBestMatch

        @NotNull
        public com.google.common.base.Optional<Match> getBestMatch()
      • getMatches

        @NotNull
        public List<Match> getMatches()
      • getShortestItemCount

        public int getShortestItemCount()