public abstract class AddressTerm extends SearchTerm
Modifier | Constructor and Description |
---|---|
protected |
AddressTerm(Address address)
Constructor taking the address for this term.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
Address |
getAddress()
Return the address of this term.
|
int |
hashCode() |
protected boolean |
match(Address address)
Match to the supplied address.
|
match
protected Address address
protected AddressTerm(Address address)
address
- the addresspublic Address getAddress()
protected boolean match(Address address)
address
- the address to match withpublic boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object