Searched refs:MatchResult (Results 1 - 2 of 2) sorted by relevance

/org.ahmadsoft.jpostal-1.0.44/src/org/ahmadsoft/postal/test/
H A DSimpleTester.java33 import org.ahmadsoft.postal.USPostalCodeService.MatchResult;
96 MatchResult result = (MatchResult) i.next();
110 MatchResult result = (MatchResult) i.next();
124 MatchResult result = (MatchResult) i.next();
138 MatchResult result = (MatchResult) i.next();
152 MatchResult resul
[all...]
/org.ahmadsoft.jpostal-1.0.44/src/org/ahmadsoft/postal/
H A DUSPostalCodeService.java208 results.add(new MatchResult(entry, min));
302 public static class MatchResult { class in class:USPostalCodeService
305 public MatchResult(PostalCodeEntry match, int distance) { method in class:USPostalCodeService.MatchResult

Completed in 9 milliseconds