Class PrivateLookupInMethodHandleSupplier
java.lang.Object
io.github.toolfactory.jvm.function.catalog.PrivateLookupInMethodHandleSupplier
- All Implemented Interfaces:
Supplier<MethodHandle>
- Direct Known Subclasses:
PrivateLookupInMethodHandleSupplier.ForJava7,PrivateLookupInMethodHandleSupplier.ForJava9
public abstract class PrivateLookupInMethodHandleSupplier extends Object implements Supplier<MethodHandle>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrivateLookupInMethodHandleSupplier.ForJava7static classPrivateLookupInMethodHandleSupplier.ForJava9 -
Constructor Summary
Constructors Constructor Description PrivateLookupInMethodHandleSupplier() -
Method Summary
-
Constructor Details
-
PrivateLookupInMethodHandleSupplier
public PrivateLookupInMethodHandleSupplier()
-