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.
|
matchprotected 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.Objectpublic int hashCode()
hashCode in class java.lang.Object