Item | % of partially implemented | % of fully implemented |
---|---|---|
java.lang.reflect |
||
63 | ||
setAccessible(boolean) : void |
||
getDeclaringClass() : Class |
||
getName() : String |
||
getModifiers() : int |
||
getTypeParameters() : TypeVariable[] |
||
getParameterTypes() : Class[] |
||
getParameterCount() : int |
||
getGenericParameterTypes() : Type[] |
||
getExceptionTypes() : Class[] |
||
getGenericExceptionTypes() : Type[] |
||
equals(Object) : boolean |
||
hashCode() : int |
||
toString() : String |
||
toGenericString() : String |
||
isVarArgs() : boolean |
||
isSynthetic() : boolean |
||
getAnnotation(Class) : Annotation |
||
getDeclaredAnnotations() : Annotation[] |
||
getParameterAnnotations() : Annotation[][] |
||
getAnnotatedReturnType() : AnnotatedType |
||
getAnnotatedReceiverType() : AnnotatedType |