@Override
 public int hashCode() {
   int result = hostname != null ? hostname.hashCode() : 0;
   result = 31 * result + (domainname != null ? domainname.hashCode() : 0);
   result = 31 * result + (user != null ? user.hashCode() : 0);
   result = 31 * result + (attachStdin != null ? attachStdin.hashCode() : 0);
   result = 31 * result + (attachStdout != null ? attachStdout.hashCode() : 0);
   result = 31 * result + (attachStderr != null ? attachStderr.hashCode() : 0);
   result = 31 * result + (portSpecs != null ? portSpecs.hashCode() : 0);
   result = 31 * result + (exposedPorts != null ? exposedPorts.hashCode() : 0);
   result = 31 * result + (tty != null ? tty.hashCode() : 0);
   result = 31 * result + (openStdin != null ? openStdin.hashCode() : 0);
   result = 31 * result + (stdinOnce != null ? stdinOnce.hashCode() : 0);
   result = 31 * result + (env != null ? env.hashCode() : 0);
   result = 31 * result + (cmd != null ? cmd.hashCode() : 0);
   result = 31 * result + (image != null ? image.hashCode() : 0);
   result = 31 * result + (volumes != null ? volumes.hashCode() : 0);
   result = 31 * result + (workingDir != null ? workingDir.hashCode() : 0);
   result = 31 * result + (entrypoint != null ? entrypoint.hashCode() : 0);
   result = 31 * result + (networkDisabled != null ? networkDisabled.hashCode() : 0);
   result = 31 * result + (onBuild != null ? onBuild.hashCode() : 0);
   result = 31 * result + (labels != null ? labels.hashCode() : 0);
   result = 31 * result + (macAddress != null ? macAddress.hashCode() : 0);
   result = 31 * result + (hostConfig != null ? hostConfig.hashCode() : 0);
   result = 31 * result + (stopSignal != null ? stopSignal.hashCode() : 0);
   return result;
 }
Example #2
0
 @Override
 public int hashCode() {
   int h = 31;
   h = h * 17 + function.hashCode();
   h = h * 17 + args.hashCode();
   return h;
 }
 @Override
 public int hashCode() {
   int result = super.hashCode();
   result = 31 * result + childNumberPath.hashCode();
   result = 31 * result + Arrays.hashCode(chainCode);
   return result;
 }
 @Override
 public int hashCode() {
   int result = shardId.hashCode();
   result = 31 * result + shards.hashCode();
   result = 31 * result + (primaryAllocatedPostApi ? 1 : 0);
   return result;
 }
 @Override
 public int hashCode() {
   int result = (includeMempool ? 1 : 0);
   result = 31 * result + outPoints.hashCode();
   return result;
 }
Example #6
0
 @Override
 public int hashCode() {
   return components.hashCode();
 }
Example #7
0
 @Override
 public int hashCode() {
   return elements.hashCode();
 }
Example #8
0
 public int hashCode() {
   return fieldCollations.hashCode();
 }
Example #9
0
 @Override
 public int hashCode() {
   return values.hashCode();
 }