Serializable
FromTerm
, RecipientTerm
public abstract class AddressTerm extends SearchTerm
Modifier | Constructor | Description |
---|---|---|
protected |
AddressTerm(Address address) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(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.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
match
protected Address address
protected AddressTerm(Address address)
Copyright © 2018 Oracle. All rights reserved.