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.
|
match
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.