編集の要約なし |
編集の要約なし |
||
| 2行目: | 2行目: | ||
I enable a good hashCode method to be built for any class. | I enable a good hashCode method to be built for any class. | ||
public class Bank { | |||
return HashCodeBuilder.reflectionHashCode(this); | |||
} | |||
2019年6月21日 (金) 17:04時点における版
commons.lang.HashCodeBuilder [1]
I enable a good hashCode method to be built for any class.
public class Bank {
return HashCodeBuilder.reflectionHashCode(this);
}