Class MethodType
java.lang.Object
java.lang.invoke.MethodType
Deprecated.
these classes are used internally for Lambda compatibility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendParameterTypes(Class<?>... a) Deprecated.appendParameterTypes(List<Class<?>> a) Deprecated.changeParameterType(int a, Class<?> b) Deprecated.changeReturnType(Class<?> a) Deprecated.dropParameterTypes(int a, int b) Deprecated.erase()Deprecated.generic()Deprecated.static MethodTypegenericMethodType(int a) Deprecated.static MethodTypegenericMethodType(int a, boolean b) Deprecated.booleanDeprecated.booleanDeprecated.insertParameterTypes(int a, Class<?>... b) Deprecated.insertParameterTypes(int a, List<Class<?>> b) Deprecated.static MethodTypemethodType(Class<?> a) Deprecated.static MethodTypemethodType(Class<?> a, Class<?> b) Deprecated.static MethodTypemethodType(Class<?> a, Class<?>[] b) Deprecated.static MethodTypemethodType(Class<?> a, Class<?> b, Class<?>... c) Deprecated.static MethodTypemethodType(Class<?> a, MethodType b) Deprecated.static MethodTypemethodType(Class<?> a, List<Class<?>> b) Deprecated.Class<?>[]Deprecated.intDeprecated.Deprecated.Class<?> parameterType(int a) Deprecated.Class<?> Deprecated.unwrap()Deprecated.wrap()Deprecated.Methods inherited from class Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitModifier and TypeMethodDescriptionprotected Objectclone()booleanIndicates whether some other object is "equal to" this one.final ClassgetClass()Returns the runtime class of an object.inthashCode()Returns a hash code value for the object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.toString()Returns a string representation of the object.final voidwait()Causes current thread to wait until another thread invokes the method or the method for this object.final voidwait(long timeout) Causes current thread to wait until either another thread invokes the method or the method for this object, or a specified amount of time has elapsed.final voidwait(long timeout, int nanos) Causes current thread to wait until another thread invokes the method or the method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
-
Constructor Details
-
MethodType
public MethodType()Deprecated.
-
-
Method Details
-
methodType
Deprecated. -
methodType
Deprecated. -
methodType
Deprecated. -
methodType
Deprecated. -
methodType
Deprecated. -
methodType
Deprecated. -
genericMethodType
Deprecated. -
genericMethodType
Deprecated. -
changeParameterType
Deprecated. -
insertParameterTypes
Deprecated. -
appendParameterTypes
Deprecated. -
insertParameterTypes
Deprecated. -
appendParameterTypes
Deprecated. -
dropParameterTypes
Deprecated. -
changeReturnType
Deprecated. -
hasPrimitives
public boolean hasPrimitives()Deprecated. -
hasWrappers
public boolean hasWrappers()Deprecated. -
erase
Deprecated. -
generic
Deprecated. -
wrap
Deprecated. -
unwrap
Deprecated. -
parameterType
Deprecated. -
parameterCount
public int parameterCount()Deprecated. -
returnType
Deprecated. -
parameterList
-
parameterArray
Deprecated.
-