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 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.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitmatchprotected Address address
protected AddressTerm(Address address)
public Address getAddress()
protected boolean match(Address address)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object© Copyright 2003, 2004 The Free Software Foundation, All rights reserved