Exemplo n.º 1
0
 @Override
 public int hashCode() {
   int result = (int) length;
   result = 31 * result + (referencing != null ? referencing.hashCode() : 0);
   result = 31 * result + (isPersist ? 1 : 0);
   result = 31 * result + (allocationMode != null ? allocationMode.hashCode() : 0);
   return result;
 }