java.io.SerializableFromTerm, RecipientTermpublic abstract class AddressTerm extends SearchTerm
| Modifier | Constructor | Description |
|---|---|---|
protected |
AddressTerm(Address address) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.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, waitmatchprotected Address address
protected AddressTerm(Address address)
public Address getAddress()
protected boolean match(Address a)
a - the address to matchpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 Oracle. All rights reserved.