Package | Description |
---|---|
com.holonplatform.core.property |
Modifier and Type | Method and Description |
---|---|
B |
Property.Builder.hashCodeProvider(HashCodeProvider<? super P> hashCodeProvider)
Set the function to use to provide the property hash code using the
Object.hashCode() method. |
PropertyBox.Builder |
PropertyBox.Builder.hashCodeProvider(HashCodeProvider<PropertyBox> hashCodeProvider)
Set the function to use to provide the
PropertyBox object hash code using the
Object.hashCode() method. |
Copyright © 2018 The Holon Platform. All rights reserved.