Item | % of partially implemented | % of fully implemented |
---|---|---|
java.lang |
||
59 | ||
toString() : String |
||
toGenericString() : String |
||
newInstance() : Object |
||
isInstance(Object) : boolean |
||
isAssignableFrom(Class) : boolean |
||
isInterface() : boolean |
||
isArray() : boolean |
||
isPrimitive() : boolean |
||
isAnnotation() : boolean |
||
isSynthetic() : boolean |
||
getName() : String |
||
getClassLoader() : ClassLoader |
||
getModule() : Module |
||
getTypeParameters() : TypeVariable[] |
||
getSuperclass() : Class |
||
getGenericSuperclass() : Type |
||
getPackage() : Package |
||
getPackageName() : String |
||
getInterfaces() : Class[] |
||
getGenericInterfaces() : Type[] |
||
getComponentType() : Class |
||
getModifiers() : int |
||
getSigners() : Object[] |
||
getEnclosingMethod() : Method |
||
getEnclosingConstructor() : Constructor |
||
getDeclaringClass() : Class |
||
getEnclosingClass() : Class |
||
getSimpleName() : String |
||
getTypeName() : String |
||
getCanonicalName() : String |
||
isAnonymousClass() : boolean |
||
isLocalClass() : boolean |
||
isMemberClass() : boolean |
||
getClasses() : Class[] |
||
getFields() : Field[] |
||
getMethods() : Method[] |
||
getConstructors() : Constructor[] |
||
getConstructor(Class[]) : Constructor |
||
getDeclaredClasses() : Class[] |
||
getDeclaredFields() : Field[] |
||
getRecordComponents() : RecordComponent[] |
||
getDeclaredMethods() : Method[] |
||
getDeclaredConstructors() : Constructor[] |
||
getDeclaredConstructor(Class[]) : Constructor |
||
getResourceAsStream(String) : InputStream |
||
getProtectionDomain() : ProtectionDomain |
||
desiredAssertionStatus() : boolean |
||
isEnum() : boolean |
||
isRecord() : boolean |
||
getEnumConstants() : Object[] |
||
getAnnotation(Class) : Annotation |
||
isAnnotationPresent(Class) : boolean |
||
getAnnotationsByType(Class) : Annotation[] |
||
getAnnotations() : Annotation[] |
||
getDeclaredAnnotation(Class) : Annotation |
||
getDeclaredAnnotationsByType(Class) : Annotation[] |
||
getDeclaredAnnotations() : Annotation[] |
||
getAnnotatedSuperclass() : AnnotatedType |
||
getAnnotatedInterfaces() : AnnotatedType[] |
||
getNestHost() : Class |
||
isNestmateOf(Class) : boolean |
||
getNestMembers() : Class[] |
||
descriptorString() : String |
||
componentType() : Class |
||
arrayType() : Class |
||
describeConstable() : Optional |
||
isHidden() : boolean |
||
getPermittedSubclasses() : Class[] |
||
isSealed() : boolean |
||
arrayType() : TypeDescriptor$OfField |
||
componentType() : TypeDescriptor$OfField |