BRYHashCodeBuilder 2.0.0

BRYHashCodeBuilder 2.0.0

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布最后发布2015年4月

Bryan Irace 维护。



  • Bryan Irace

一个基于 Apache Commons HashCodeBuilder 的确定对象哈希代码的实用工具。

- (NSUInteger)hash {
    return [[[[[BRYHashCodeBuilder builderWithInitialValue:17 multiplier:37]
               appendObject:self.name]
              appendBool:self.isHidden]
             appendFloat:self.width]
            appendInteger:self.index].hashCode;
}

许可证

可在 MIT 许可证下使用:http://bryan.mit-license.org