commons.lang.HashCodeBuilder [1]
I enable a good hashCode method to be built for any class.
Methods
- reflectionHashCode - 完成されたハッシュ値を生成
Exemples
public class Bank { return HashCodeBuilder.reflectionHashCode(this); }
commons.lang.HashCodeBuilder [1]
I enable a good hashCode method to be built for any class.
public class Bank { return HashCodeBuilder.reflectionHashCode(this); }