Class MethodHandles
java.lang.Object
java.lang.invoke.MethodHandles
Deprecated.
these classes are used internally for Lambda compatibility
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MethodHandlearrayElementGetter(Class<?> a) Deprecated.static MethodHandlearrayElementSetter(Class<?> a) Deprecated.static MethodHandlecatchException(MethodHandle a, Class<? extends Throwable> b, MethodHandle c) Deprecated.static MethodHandlecollectArguments(MethodHandle a, int b, MethodHandle c) Deprecated.static MethodHandleDeprecated.static MethodHandledropArguments(MethodHandle a, int b, Class<?>... c) Deprecated.static MethodHandledropArguments(MethodHandle a, int b, List<Class<?>> c) Deprecated.static MethodHandleDeprecated.static MethodHandleDeprecated.static MethodHandlefilterArguments(MethodHandle a, int b, MethodHandle... c) Deprecated.static MethodHandleDeprecated.static MethodHandleDeprecated.static MethodHandleDeprecated.static MethodHandleDeprecated.static MethodHandleinsertArguments(MethodHandle a, int b, Object... c) Deprecated.static MethodHandleDeprecated.static MethodHandles.Lookuplookup()Deprecated.static MethodHandlepermuteArguments(MethodHandle a, MethodType b, int... c) Deprecated.static MethodHandles.LookupDeprecated.static <T> TreflectAs(Class<T> a, MethodHandle b) Deprecated.static MethodHandlespreadInvoker(MethodType a, int b) Deprecated.static MethodHandlethrowException(Class<?> a, Class<? extends Throwable> b) Deprecated.
-
Constructor Details
-
MethodHandles
public MethodHandles()Deprecated.
-
-
Method Details
-
lookup
Deprecated. -
publicLookup
Deprecated. -
reflectAs
Deprecated. -
arrayElementGetter
Deprecated.- Throws:
IllegalArgumentException
-
arrayElementSetter
Deprecated.- Throws:
IllegalArgumentException
-
spreadInvoker
Deprecated. -
exactInvoker
Deprecated. -
invoker
Deprecated. -
explicitCastArguments
Deprecated. -
permuteArguments
Deprecated. -
constant
Deprecated. -
identity
Deprecated. -
insertArguments
Deprecated. -
dropArguments
Deprecated. -
dropArguments
Deprecated. -
filterArguments
Deprecated. -
collectArguments
Deprecated. -
filterReturnValue
Deprecated. -
foldArguments
Deprecated. -
guardWithTest
Deprecated. -
catchException
public static MethodHandle catchException(MethodHandle a, Class<? extends Throwable> b, MethodHandle c) Deprecated. -
throwException
Deprecated.
-