/** {@inheritDoc} */
 @Override
 public final int hashCode() {
   return (super.hashCode() * 31) ^ bootstrapMethod.hashCode();
 }