Searched refs:otherHost (Results 1 – 2 of 2) sorted by relevance
21 Host otherHost = (Host) other; in equals() local22 return otherHost.getHostname().equals(getHostname()); in equals()
144 Host otherHost = (Host) obj; in equals() local145 return otherHost.hostname.equals(hostname); in equals()