public abstract class AddressTerm extends SearchTerm
Modifier | Constructor and Description |
---|---|
protected |
AddressTerm(Address address) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Equality comparison.
|
Address |
getAddress()
Return the address to match with.
|
int |
hashCode()
Compute a hashCode for this object.
|
protected boolean |
match(Address a)
Match against the argument Address.
|
match
protected Address address
protected AddressTerm(Address address)
public Address getAddress()
protected boolean match(Address a)
a
- the address to matchpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object