Class LambdaMetafactory
java.lang.Object
java.lang.invoke.LambdaMetafactory
Deprecated.
these classes are used internally for Lambda compatibility
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.static final intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallSitealtMetafactory(MethodHandles.Lookup a, String b, MethodType c, Object... d) Deprecated.static CallSitemetafactory(MethodHandles.Lookup a, String f, MethodType b, MethodType c, MethodHandle d, MethodType e) 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.
-
Field Details
-
FLAG_SERIALIZABLE
public static final int FLAG_SERIALIZABLEDeprecated.- See Also:
-
FLAG_MARKERS
public static final int FLAG_MARKERSDeprecated.- See Also:
-
FLAG_BRIDGES
public static final int FLAG_BRIDGESDeprecated.- See Also:
-
-
Constructor Details
-
LambdaMetafactory
public LambdaMetafactory()Deprecated.
-
-
Method Details
-
metafactory
public static CallSite metafactory(MethodHandles.Lookup a, String f, MethodType b, MethodType c, MethodHandle d, MethodType e) throws java.lang.invoke.LambdaConversionException Deprecated.- Throws:
java.lang.invoke.LambdaConversionException
-
altMetafactory
public static CallSite altMetafactory(MethodHandles.Lookup a, String b, MethodType c, Object... d) throws java.lang.invoke.LambdaConversionException Deprecated.- Throws:
java.lang.invoke.LambdaConversionException
-