示例#1
0
 @Override
 boolean equalsSameBits(final HashCode that) {
   return this.hash == that.asLong();
 }