Searched defs:asInterfaceInstance (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleProxies.java93 * {@code asInterfaceInstance} is a factory method whose results are defined
143 <T> T asInterfaceInstance(final Class<T> intfc, final MethodHandle target) { method in class:MethodHandleProxies
225 * Determines if the given object was produced by a call to {@link #asInterfaceInstance asInterfaceInstance}.
227 * @return true if the reference is not null and points to an object produced by {@code asInterfaceInstance}
246 * The object {@code x} must have been produced by a call to {@link #asInterfaceInstance asInterfaceInstance}.
259 * The object {@code x} must have been produced by a call to {@link #asInterfaceInstance asInterfaceInstance}.

Completed in 29 milliseconds