public class MatchedLocation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchedLocation.Match |
| Constructor and Description |
|---|
MatchedLocation(Deque<SearchResult> results) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MatchedLocation.Match |
getMatch(SearchLevel level) |
int |
getMatchCount() |
Collection<MatchedLocation.Match> |
getMatches() |
MatchedLocation.Match |
getMostSpecificMatch() |
int |
hashCode() |
boolean |
isFullySpecified() |
String |
toString() |
public MatchedLocation(Deque<SearchResult> results)
public MatchedLocation.Match getMatch(SearchLevel level)
public MatchedLocation.Match getMostSpecificMatch()
public Collection<MatchedLocation.Match> getMatches()
public int getMatchCount()
public boolean isFullySpecified()
Copyright © 2012–2014 Berico Technologies. All rights reserved.