5152535455565758596061
} @Override public boolean equals(Object obj) { if (obj instanceof ConstructorSignature) { ConstructorSignature that = (ConstructorSignature) obj; return Arrays.equals(this.getParameterTypes(), that.getParameterTypes()); } else { return false; } }