示例#1
0
 @Override
 public int hashCode() {
   int hashCode = 1;
   hashCode = hashCode * Constants.HASH_PRIME + cellLabel.hashCode();
   hashCode = hashCode * Constants.HASH_PRIME + content.hashCode();
   return hashCode;
 }