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(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 addressCopyright © 2013. All Rights Reserved.