public abstract class AddressTerm extends SearchTerm
| 限定符 | 构造器和说明 |
|---|---|
protected |
AddressTerm(Address address) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
matchprotected Address address
protected AddressTerm(Address address)
Copyright © 2021 Oracle. All rights reserved.