|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Address
Interface implemented by addresses.
| Method Summary | |
|---|---|
boolean |
includes(Address address)
Whether this address includes the given address. |
| Method Detail |
|---|
boolean includes(Address address)
The general includes relationship is transitive, reflexive,
and asymmetric. Simple implementations of "physical addresses" should just
delegate to equals().
address - The address to check.
true if and only if we include address.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||