| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.lang.invoke |
||
| 7 | ||
methodType(Class) : MethodType |
||
genericMethodType(int, boolean) : MethodType |
||
genericMethodType(int) : MethodType |
||
changeParameterType(int, Class) : MethodType |
||
insertParameterTypes(int, Class[]) : MethodType |
||
appendParameterTypes(Class[]) : MethodType |
||
insertParameterTypes(int, List) : MethodType |
||
appendParameterTypes(List) : MethodType |
||
dropParameterTypes(int, int) : MethodType |
||
changeReturnType(Class) : MethodType |
||
hasPrimitives() : boolean |
||
hasWrappers() : boolean |
||
erase() : MethodType |
||
generic() : MethodType |
||
wrap() : MethodType |
||
unwrap() : MethodType |
||
parameterType(int) : Class |
||
parameterCount() : int |
||
returnType() : Class |
||
parameterList() : List |
||
lastParameterType() : Class |
||
parameterArray() : Class[] |
||
equals(Object) : boolean |
||
hashCode() : int |
||
toString() : String |
||
toMethodDescriptorString() : String |
||
descriptorString() : String |
||
describeConstable() : Optional |
||
insertParameterTypes(int, TypeDescriptor$OfField[]) : TypeDescriptor$OfMethod |
||
dropParameterTypes(int, int) : TypeDescriptor$OfMethod |
||
changeParameterType(int, TypeDescriptor$OfField) : TypeDescriptor$OfMethod |
||
changeReturnType(TypeDescriptor$OfField) : TypeDescriptor$OfMethod |
||
parameterArray() : TypeDescriptor$OfField[] |
||
returnType() : TypeDescriptor$OfField |
||
parameterType(int) : TypeDescriptor$OfField |