public abstract class AddressTerm extends SearchTerm
Modifier | Constructor and Description |
---|---|
protected |
AddressTerm(Address address) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Address |
getAddress()
Returns the address to match.
|
int |
hashCode() |
protected boolean |
match(Address address)
Returns true if the specified address matches the address specified in
this term.
|
match
protected Address address
protected AddressTerm(Address address)
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved