public interface CustomHashCode
Bean
may implement when providing a custom implementation
of
#hashCode()
. Bean
. It is already sufficient if you
proved a default method with the same signature as hash()
.Modifier and Type | Method and Description |
---|---|
int |
hash()
Override with default method implementation in your interface to provide custom implementation of
#hashCode() . |
Copyright © 2001–2016 mmm-Team. All rights reserved.