P
- Product typepublic interface ProductAwareBuilder<P> extends Builder<P>
Builder
concept which allows an implementation
of this interface to be used in collections instead of the product. Given
the mutable nature of Builders, this has to be done very carefully.Modifier and Type | Method and Description |
---|---|
boolean |
productEquals(Object product)
Check whether an instance of the product that would be created
by the builder is equal to an existing instance.
|
int |
productHashCode()
Return the hash code of the product.
|
build
int productHashCode()
CheckedBuilder.build()
.Object.hashCode()
.boolean productEquals(Object product)
CheckedBuilder.build()
.Object.equals(Object)
.product
- Product instanceCopyright © 2019 OpenDaylight. All rights reserved.