com.kenai.jaffl.provider

Class NativeInvocationHandler.InvokerMap.IdentityHasherSingleton

private static final class NativeInvocationHandler.InvokerMap.IdentityHasherSingleton extends Object

Uses System.identityHashCode() to generate a hash for the method.

This is fastest on JDK6+ where System.identityHashCode() is an intrinsic and is inlined.

Method Summary
static NativeInvocationHandler.InvokerMap.HashergetInstance()

Method Detail

getInstance

public static final NativeInvocationHandler.InvokerMap.Hasher getInstance()