public interface Address extends Serializable
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
.Copyright © 2000-2014. All Rights Reserved.