public abstract class AddressTerm extends SearchTerm
| Modifier | Constructor and Description | 
|---|---|
| protected  | AddressTerm(Address address) | 
| Modifier and Type | Method and 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. | 
matchCopyright © 2018 JBoss by Red Hat. All rights reserved.