src/share/classes/java/lang/reflect/Constructor.java

Print this page

        

*** 203,212 **** --- 203,217 ---- return parameterTypes.clone(); } /** * {@inheritDoc} + */ + public int getParameterCount() { return parameterTypes.length; } + + /** + * {@inheritDoc} * @throws GenericSignatureFormatError {@inheritDoc} * @throws TypeNotPresentException {@inheritDoc} * @throws MalformedParameterizedTypeException {@inheritDoc} * @since 1.5 */